Color Hex Logo

#efc66b Color Hex

#EFC66B
(239,198,107)
0 Favorites   0 Comments

Color spaces of #efc66b

RGB 239198107
HSL0.110.800.68
HSV41°55°94°
CMYK 0.000.170.55   0.06
XYZ58.444559.800422.3722
Yxy59.80040.41560.4253
Hunter Lab77.3307-0.423236.9786
CIE-Lab81.72963.930850.4818

#efc66b color RGB value is (239,198,107).

#efc66b hex color red value is 239, green value is 198 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #efc66b hue: 0.11 , saturation: 0.80 and the lightness value of efc66b is 0.68.

The process color (four color CMYK) of #efc66b color hex is 0.00, 0.17, 0.55, 0.06. Web safe color of #efc66b is #ffcc66. Color #efc66b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01101011
Octal 357 306 153
Decimal 239 198 107
Hex EF C6 6B

RGB Percentages of Color #efc66b

%43.93
%36.40
%19.67

CMYK Percentages of Color #efc66b

%0
%17
%55
%6

Triadic Colors of #efc66b

#efc66b #6befc6 #c66bef

Analogous Colors of #efc66b

#efc66b #d6ef6b #ef846b

Monochromatic Colors of #efc66b

#efc66b

Complementary Color

#efc66b #6b94ef

#efc66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc66b Color CSS Codes

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

#efc66b Text Font Color

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

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


#efc66b Background Color

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

This div background color is #efc66b


#efc66b Border Color

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

This div border color is #efc66b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,198,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 #efc66b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc66b


Comments

No comments written yet.

Please login to write comment.