Color Hex Logo

#efedda Color Hex

#EFEDDA
(239,237,218)
0 Favorites   0 Comments

Color spaces of #efedda

RGB 239237218
HSL0.150.400.90
HSV54°94°
CMYK 0.000.010.09   0.06
XYZ78.535783.981178.4004
Yxy83.98110.32600.3486
Hunter Lab91.6412-7.399213.4254
CIE-Lab93.4423-2.54679.4339

#efedda color RGB value is (239,237,218).

#efedda hex color red value is 239, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #efedda hue: 0.15 , saturation: 0.40 and the lightness value of efedda is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11011010
Octal 357 355 332
Decimal 239 237 218
Hex EF ED DA

RGB Percentages of Color #efedda

%34.44
%34.15
%31.41

CMYK Percentages of Color #efedda

%0
%1
%9
%6

Triadic Colors of #efedda

#efedda #daefed #eddaef

Analogous Colors of #efedda

#efedda #e7efda #efe3da

Monochromatic Colors of #efedda

#efedda

Complementary Color

#efedda #dadcef

#efedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedda Color CSS Codes

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

#efedda Text Font Color

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

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


#efedda Background Color

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

This div background color is #efedda


#efedda Border Color

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

This div border color is #efedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedda


Comments

No comments written yet.

Please login to write comment.