Color Hex Logo

#efbb66 Color Hex

#EFBB66
(239,187,102)
0 Favorites   0 Comments

Color spaces of #efbb66

RGB 239187102
HSL0.100.810.67
HSV37°57°94°
CMYK 0.000.220.57   0.06
XYZ55.765254.850720.2185
Yxy54.85070.42620.4192
Hunter Lab74.06134.796235.6569
CIE-Lab78.95529.290249.6139

#efbb66 color RGB value is (239,187,102).

#efbb66 hex color red value is 239, green value is 187 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #efbb66 hue: 0.10 , saturation: 0.81 and the lightness value of efbb66 is 0.67.

The process color (four color CMYK) of #efbb66 color hex is 0.00, 0.22, 0.57, 0.06. Web safe color of #efbb66 is #ffcc66. Color #efbb66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 01100110
Octal 357 273 146
Decimal 239 187 102
Hex EF BB 66

RGB Percentages of Color #efbb66

%45.27
%35.42
%19.32

CMYK Percentages of Color #efbb66

%0
%22
%57
%6

Triadic Colors of #efbb66

#efbb66 #66efbb #bb66ef

Analogous Colors of #efbb66

#efbb66 #dfef66 #ef7766

Monochromatic Colors of #efbb66

#efbb66

Complementary Color

#efbb66 #669aef

#efbb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb66 Color CSS Codes

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

#efbb66 Text Font Color

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

This sample text font color is #efbb66
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.


#efbb66 Background Color

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

This div background color is #efbb66


#efbb66 Border Color

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

This div border color is #efbb66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,187,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efbb66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efbb66;
  -webkit-box-shadow: 1px 1px 3px 2px #efbb66;
  box-shadow:         1px 1px 3px 2px #efbb66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,187,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb66


Comments

No comments written yet.

Please login to write comment.