Color Hex Logo

#edcda8 Color Hex

#EDCDA8
(237,205,168)
0 Favorites   0 Comments

Color spaces of #edcda8

RGB 237205168
HSL0.090.660.79
HSV32°29°93°
CMYK 0.000.140.29   0.07
XYZ63.824364.494346.1305
Yxy64.49430.36590.3697
Hunter Lab80.30831.321622.1586
CIE-Lab84.22255.850422.5849

#edcda8 color RGB value is (237,205,168).

#edcda8 hex color red value is 237, green value is 205 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #edcda8 hue: 0.09 , saturation: 0.66 and the lightness value of edcda8 is 0.79.

The process color (four color CMYK) of #edcda8 color hex is 0.00, 0.14, 0.29, 0.07. Web safe color of #edcda8 is #ffcc99. Color #edcda8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10101000
Octal 355 315 250
Decimal 237 205 168
Hex ED CD A8

RGB Percentages of Color #edcda8

%38.85
%33.61
%27.54

CMYK Percentages of Color #edcda8

%0
%14
%29
%7

Triadic Colors of #edcda8

#edcda8 #a8edcd #cda8ed

Analogous Colors of #edcda8

#edcda8 #ebeda8 #edaba8

Monochromatic Colors of #edcda8

#edcda8

Complementary Color

#edcda8 #a8c8ed

#edcda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcda8 Color CSS Codes

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

#edcda8 Text Font Color

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

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


#edcda8 Background Color

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

This div background color is #edcda8


#edcda8 Border Color

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

This div border color is #edcda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcda8


Comments

No comments written yet.

Please login to write comment.