color codes Logo

#ebe76b color codes

#EBE76B
(235,231,107)
0 Favorites   0 Comments

Color spaces of #ebe76b

RGB 235231107
HSL0.160.760.67
HSV58°54°92°
CMYK 0.000.020.54   0.08
XYZ65.490775.875525.1036
Yxy75.87550.39340.4558
Hunter Lab87.1065-18.232043.8875
CIE-Lab89.8015-14.419359.7793

#ebe76b color RGB value is (235,231,107).

#ebe76b hex color red value is 235, green value is 231 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ebe76b hue: 0.16 , saturation: 0.76 and the lightness value of ebe76b is 0.67.

The process color (four color CMYK) of #ebe76b color code is 0.00, 0.02, 0.54, 0.08. Web safe color of #ebe76b is #ffff66. Color #ebe76b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 01101011
Octal 353 347 153
Decimal 235 231 107
Hex EB E7 6B

RGB Percentages of Color #ebe76b

%41.01
%40.31
%18.67

CMYK Percentages of Color #ebe76b

%0
%2
%54
%8

Triadic Colors of #ebe76b

#ebe76b #6bebe7 #e76beb

Analogous Colors of #ebe76b

#ebe76b #afeb6b #eba76b

Monochromatic Colors of #ebe76b

#ebe76b

Complementary Color

#ebe76b #6b6feb

#ebe76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe76b Color CSS Codes

.mybgcolor {background-color:#ebe76b; } 
.myforecolor {color:#ebe76b; }
.mybordercolor {border:3px solid #ebe76b; }

#ebe76b Text Font Color

<p style="color:#ebe76b">Text here</p>

This sample text font color is #ebe76b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ebe76b Background Color

<div style="background-color:#ebe76b">
Div content here</div>

This div background color is #ebe76b


#ebe76b Border Color

<div style="border:3px solid #ebe76b">
Div here</div>

This div border color is #ebe76b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,231,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebe76b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebe76b;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe76b;
  box-shadow:         1px 1px 3px 2px #ebe76b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,231,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebe76b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe76b;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe76b;
  box-shadow:         1px 1px 3px 2px #ebe76b;">
Div content here</div>

This div box has shadow with color #ebe76b


Comments

No comments written yet.

Please login to write comment.