Color Hex Logo

#efc97b Color Hex

#EFC97B
(239,201,123)
0 Favorites   0 Comments

Color spaces of #efc97b

RGB 239201123
HSL0.110.780.71
HSV40°49°94°
CMYK 0.000.160.49   0.06
XYZ60.058461.554127.4546
Yxy61.55410.40290.4129
Hunter Lab78.4564-0.657034.1719
CIE-Lab82.67573.730743.7787

#efc97b color RGB value is (239,201,123).

#efc97b hex color red value is 239, green value is 201 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #efc97b hue: 0.11 , saturation: 0.78 and the lightness value of efc97b is 0.71.

The process color (four color CMYK) of #efc97b color hex is 0.00, 0.16, 0.49, 0.06. Web safe color of #efc97b is #ffcc66. Color #efc97b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 01111011
Octal 357 311 173
Decimal 239 201 123
Hex EF C9 7B

RGB Percentages of Color #efc97b

%42.45
%35.70
%21.85

CMYK Percentages of Color #efc97b

%0
%16
%49
%6

Triadic Colors of #efc97b

#efc97b #7befc9 #c97bef

Analogous Colors of #efc97b

#efc97b #dbef7b #ef8f7b

Monochromatic Colors of #efc97b

#efc97b

Complementary Color

#efc97b #7ba1ef

#efc97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc97b Color CSS Codes

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

#efc97b Text Font Color

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

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


#efc97b Background Color

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

This div background color is #efc97b


#efc97b Border Color

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

This div border color is #efc97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc97b


Comments

No comments written yet.

Please login to write comment.