Color Hex Logo

#efcf9a Color Hex

#EFCF9A
(239,207,154)
0 Favorites   0 Comments

Color spaces of #efcf9a

RGB 239207154
HSL0.100.730.77
HSV37°36°94°
CMYK 0.000.130.36   0.06
XYZ63.742265.309539.8183
Yxy65.30950.37750.3867
Hunter Lab80.8143-0.633327.3570
CIE-Lab84.64303.850130.4999

#efcf9a color RGB value is (239,207,154).

#efcf9a hex color red value is 239, green value is 207 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efcf9a hue: 0.10 , saturation: 0.73 and the lightness value of efcf9a is 0.77.

The process color (four color CMYK) of #efcf9a color hex is 0.00, 0.13, 0.36, 0.06. Web safe color of #efcf9a is #ffcc99. Color #efcf9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10011010
Octal 357 317 232
Decimal 239 207 154
Hex EF CF 9A

RGB Percentages of Color #efcf9a

%39.83
%34.50
%25.67

CMYK Percentages of Color #efcf9a

%0
%13
%36
%6

Triadic Colors of #efcf9a

#efcf9a #9aefcf #cf9aef

Analogous Colors of #efcf9a

#efcf9a #e5ef9a #efa59a

Monochromatic Colors of #efcf9a

#efcf9a

Complementary Color

#efcf9a #9abaef

#efcf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf9a Color CSS Codes

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

#efcf9a Text Font Color

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

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


#efcf9a Background Color

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

This div background color is #efcf9a


#efcf9a Border Color

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

This div border color is #efcf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf9a


Comments

No comments written yet.

Please login to write comment.