Color Hex Logo

#efefd9 Color Hex

#EFEFD9
(239,239,217)
0 Favorites   0 Comments

Color spaces of #efefd9

RGB 239239217
HSL0.170.410.89
HSV60°94°
CMYK 0.000.000.09   0.06
XYZ78.987585.093577.9072
Yxy85.09350.32640.3516
Hunter Lab92.2461-8.586714.4985
CIE-Lab93.9234-3.722410.6400

#efefd9 color RGB value is (239,239,217).

#efefd9 hex color red value is 239, green value is 239 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #efefd9 hue: 0.17 , saturation: 0.41 and the lightness value of efefd9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11011001
Octal 357 357 331
Decimal 239 239 217
Hex EF EF D9

RGB Percentages of Color #efefd9

%34.39
%34.39
%31.22

CMYK Percentages of Color #efefd9

%0
%0
%9
%6

Triadic Colors of #efefd9

#efefd9 #d9efef #efd9ef

Analogous Colors of #efefd9

#efefd9 #e4efd9 #efe4d9

Monochromatic Colors of #efefd9

#efefd9

Complementary Color

#efefd9 #d9d9ef

#efefd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefd9 Color CSS Codes

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

#efefd9 Text Font Color

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

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


#efefd9 Background Color

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

This div background color is #efefd9


#efefd9 Border Color

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

This div border color is #efefd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefd9


Comments

No comments written yet.

Please login to write comment.