Color Hex Logo

#efe2cd Color Hex

#EFE2CD
(239,226,205)
0 Favorites   0 Comments

Color spaces of #efe2cd

RGB 239226205
HSL0.100.520.87
HSV37°14°94°
CMYK 0.000.050.14   0.06
XYZ73.812477.151268.7589
Yxy77.15120.33590.3511
Hunter Lab87.8358-3.710915.0721
CIE-Lab90.39121.003611.8453

#efe2cd color RGB value is (239,226,205).

#efe2cd hex color red value is 239, green value is 226 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #efe2cd hue: 0.10 , saturation: 0.52 and the lightness value of efe2cd is 0.87.

The process color (four color CMYK) of #efe2cd color hex is 0.00, 0.05, 0.14, 0.06. Web safe color of #efe2cd is #ffcccc. Color #efe2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 11001101
Octal 357 342 315
Decimal 239 226 205
Hex EF E2 CD

RGB Percentages of Color #efe2cd

%35.67
%33.73
%30.60

CMYK Percentages of Color #efe2cd

%0
%5
%14
%6

Triadic Colors of #efe2cd

#efe2cd #cdefe2 #e2cdef

Analogous Colors of #efe2cd

#efe2cd #ebefcd #efd1cd

Monochromatic Colors of #efe2cd

#efe2cd

Complementary Color

#efe2cd #cddaef

#efe2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe2cd Color CSS Codes

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

#efe2cd Text Font Color

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

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


#efe2cd Background Color

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

This div background color is #efe2cd


#efe2cd Border Color

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

This div border color is #efe2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe2cd


Comments

No comments written yet.

Please login to write comment.