Color Hex Logo

#efe8cf Color Hex

#EFE8CF
(239,232,207)
0 Favorites   0 Comments

Color spaces of #efe8cf

RGB 239232207
HSL0.130.500.87
HSV47°13°94°
CMYK 0.000.030.13   0.06
XYZ75.715780.568970.5922
Yxy80.56890.33370.3551
Hunter Lab89.7602-6.509616.2033
CIE-Lab91.9395-1.753613.0032

#efe8cf color RGB value is (239,232,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 11001111
Octal 357 350 317
Decimal 239 232 207
Hex EF E8 CF

RGB Percentages of Color #efe8cf

%35.25
%34.22
%30.53

CMYK Percentages of Color #efe8cf

%0
%3
%13
%6

Triadic Colors of #efe8cf

#efe8cf #cfefe8 #e8cfef

Analogous Colors of #efe8cf

#efe8cf #e6efcf #efd8cf

Monochromatic Colors of #efe8cf

#efe8cf

Complementary Color

#efe8cf #cfd6ef

#efe8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe8cf Color CSS Codes

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

#efe8cf Text Font Color

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

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


#efe8cf Background Color

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

This div background color is #efe8cf


#efe8cf Border Color

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

This div border color is #efe8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe8cf


Comments

No comments written yet.

Please login to write comment.