Color Hex Logo

#edccb4 Color Hex

#EDCCB4
(237,204,180)
0 Favorites   0 Comments

Color spaces of #edccb4

RGB 237204180
HSL0.070.610.82
HSV25°24°93°
CMYK 0.000.140.24   0.07
XYZ64.756164.485552.2140
Yxy64.48550.35690.3554
Hunter Lab80.30293.412117.6609
CIE-Lab84.21797.990516.2446

#edccb4 color RGB value is (237,204,180).

#edccb4 hex color red value is 237, green value is 204 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #edccb4 hue: 0.07 , saturation: 0.61 and the lightness value of edccb4 is 0.82.

The process color (four color CMYK) of #edccb4 color hex is 0.00, 0.14, 0.24, 0.07. Web safe color of #edccb4 is #ffcccc. Color #edccb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10110100
Octal 355 314 264
Decimal 237 204 180
Hex ED CC B4

RGB Percentages of Color #edccb4

%38.16
%32.85
%28.99

CMYK Percentages of Color #edccb4

%0
%14
%24
%7

Triadic Colors of #edccb4

#edccb4 #b4edcc #ccb4ed

Analogous Colors of #edccb4

#edccb4 #ede9b4 #edb4b9

Monochromatic Colors of #edccb4

#edccb4

Complementary Color

#edccb4 #b4d5ed

#edccb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccb4 Color CSS Codes

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

#edccb4 Text Font Color

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

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


#edccb4 Background Color

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

This div background color is #edccb4


#edccb4 Border Color

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

This div border color is #edccb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccb4


Comments

No comments written yet.

Please login to write comment.