Color Hex Logo

#edeacc Color Hex

#EDEACC
(237,234,204)
0 Favorites   0 Comments

Color spaces of #edeacc

RGB 237234204
HSL0.150.480.86
HSV55°14°93°
CMYK 0.000.010.14   0.07
XYZ75.247081.209868.8359
Yxy81.20980.33400.3605
Hunter Lab90.1165-8.656917.7926
CIE-Lab92.2250-3.942414.9430

#edeacc color RGB value is (237,234,204).

#edeacc hex color red value is 237, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edeacc hue: 0.15 , saturation: 0.48 and the lightness value of edeacc is 0.86.

The process color (four color CMYK) of #edeacc color hex is 0.00, 0.01, 0.14, 0.07. Web safe color of #edeacc is #ffffcc. Color #edeacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11001100
Octal 355 352 314
Decimal 237 234 204
Hex ED EA CC

RGB Percentages of Color #edeacc

%35.11
%34.67
%30.22

CMYK Percentages of Color #edeacc

%0
%1
%14
%7

Triadic Colors of #edeacc

#edeacc #ccedea #eacced

Analogous Colors of #edeacc

#edeacc #e0edcc #eddacc

Monochromatic Colors of #edeacc

#edeacc

Complementary Color

#edeacc #cccfed

#edeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeacc Color CSS Codes

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

#edeacc Text Font Color

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

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


#edeacc Background Color

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

This div background color is #edeacc


#edeacc Border Color

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

This div border color is #edeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeacc


Comments

No comments written yet.

Please login to write comment.