Color Hex Logo

#efeec5 Color Hex

#EFEEC5
(239,238,197)
0 Favorites   0 Comments

Color spaces of #efeec5

RGB 239238197
HSL0.160.570.85
HSV59°18°94°
CMYK 0.000.000.18   0.06
XYZ76.249283.531064.9277
Yxy83.53100.33930.3717
Hunter Lab91.3953-11.022921.8568
CIE-Lab93.2464-6.300720.0162

#efeec5 color RGB value is (239,238,197).

#efeec5 hex color red value is 239, green value is 238 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #efeec5 hue: 0.16 , saturation: 0.57 and the lightness value of efeec5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11000101
Octal 357 356 305
Decimal 239 238 197
Hex EF EE C5

RGB Percentages of Color #efeec5

%35.46
%35.31
%29.23

CMYK Percentages of Color #efeec5

%0
%0
%18
%6

Triadic Colors of #efeec5

#efeec5 #c5efee #eec5ef

Analogous Colors of #efeec5

#efeec5 #dbefc5 #efd9c5

Monochromatic Colors of #efeec5

#efeec5

Complementary Color

#efeec5 #c5c6ef

#efeec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeec5 Color CSS Codes

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

#efeec5 Text Font Color

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

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


#efeec5 Background Color

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

This div background color is #efeec5


#efeec5 Border Color

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

This div border color is #efeec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeec5


Comments

No comments written yet.

Please login to write comment.