Color Hex Logo

#edccb1 Color Hex

#EDCCB1
(237,204,177)
0 Favorites   0 Comments

Color spaces of #edccb1

RGB 237204177
HSL0.080.630.81
HSV27°25°93°
CMYK 0.000.140.25   0.07
XYZ64.453764.364650.6215
Yxy64.36460.35920.3587
Hunter Lab80.22763.006218.7488
CIE-Lab84.15527.574717.7445

#edccb1 color RGB value is (237,204,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10110001
Octal 355 314 261
Decimal 237 204 177
Hex ED CC B1

RGB Percentages of Color #edccb1

%38.35
%33.01
%28.64

CMYK Percentages of Color #edccb1

%0
%14
%25
%7

Triadic Colors of #edccb1

#edccb1 #b1edcc #ccb1ed

Analogous Colors of #edccb1

#edccb1 #edeab1 #edb1b4

Monochromatic Colors of #edccb1

#edccb1

Complementary Color

#edccb1 #b1d2ed

#edccb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccb1 Color CSS Codes

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

#edccb1 Text Font Color

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

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


#edccb1 Background Color

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

This div background color is #edccb1


#edccb1 Border Color

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

This div border color is #edccb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccb1


Comments

No comments written yet.

Please login to write comment.