Color Hex Logo

#edceaf Color Hex

#EDCEAF
(237,206,175)
0 Favorites   0 Comments

Color spaces of #edceaf

RGB 237206175
HSL0.080.630.81
HSV30°26°93°
CMYK 0.000.130.26   0.07
XYZ64.734265.242349.7386
Yxy65.24230.36020.3630
Hunter Lab80.77271.704220.0310
CIE-Lab84.60846.257619.4319

#edceaf color RGB value is (237,206,175).

#edceaf hex color red value is 237, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #edceaf hue: 0.08 , saturation: 0.63 and the lightness value of edceaf is 0.81.

The process color (four color CMYK) of #edceaf color hex is 0.00, 0.13, 0.26, 0.07. Web safe color of #edceaf is #ffcc99. Color #edceaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 10101111
Octal 355 316 257
Decimal 237 206 175
Hex ED CE AF

RGB Percentages of Color #edceaf

%38.35
%33.33
%28.32

CMYK Percentages of Color #edceaf

%0
%13
%26
%7

Triadic Colors of #edceaf

#edceaf #afedce #ceafed

Analogous Colors of #edceaf

#edceaf #ededaf #edafaf

Monochromatic Colors of #edceaf

#edceaf

Complementary Color

#edceaf #afceed

#edceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edceaf Color CSS Codes

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

#edceaf Text Font Color

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

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


#edceaf Background Color

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

This div background color is #edceaf


#edceaf Border Color

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

This div border color is #edceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edceaf


Comments

No comments written yet.

Please login to write comment.