Color Hex Logo

#efe9cf Color Hex

#EFE9CF
(239,233,207)
1 Favorites   0 Comments

Color spaces of #efe9cf

RGB 239233207
HSL0.140.500.87
HSV49°13°94°
CMYK 0.000.030.13   0.06
XYZ75.998081.133570.6863
Yxy81.13350.33360.3561
Hunter Lab90.0741-7.024416.5237
CIE-Lab92.1911-2.262513.3600

#efe9cf color RGB value is (239,233,207).

#efe9cf hex color red value is 239, green value is 233 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efe9cf hue: 0.14 , saturation: 0.50 and the lightness value of efe9cf is 0.87.

The process color (four color CMYK) of #efe9cf color hex is 0.00, 0.03, 0.13, 0.06. Web safe color of #efe9cf is #ffffcc. Color #efe9cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 11001111
Octal 357 351 317
Decimal 239 233 207
Hex EF E9 CF

RGB Percentages of Color #efe9cf

%35.20
%34.32
%30.49

CMYK Percentages of Color #efe9cf

%0
%3
%13
%6

Triadic Colors of #efe9cf

#efe9cf #cfefe9 #e9cfef

Analogous Colors of #efe9cf

#efe9cf #e5efcf #efd9cf

Monochromatic Colors of #efe9cf

#efe9cf

Complementary Color

#efe9cf #cfd5ef

#efe9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe9cf Color CSS Codes

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

#efe9cf Text Font Color

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

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


#efe9cf Background Color

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

This div background color is #efe9cf


#efe9cf Border Color

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

This div border color is #efe9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe9cf

#efe9cf Color Palettes


Comments

No comments written yet.

Please login to write comment.