Color Hex Logo

#edccb6 Color Hex

#EDCCB6
(237,204,182)
0 Favorites   0 Comments

Color spaces of #edccb6

RGB 237204182
HSL0.070.600.82
HSV24°23°93°
CMYK 0.000.140.23   0.07
XYZ64.961464.567753.2949
Yxy64.56770.35530.3532
Hunter Lab80.35403.687016.9237
CIE-Lab84.26058.271515.2451

#edccb6 color RGB value is (237,204,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10110110
Octal 355 314 266
Decimal 237 204 182
Hex ED CC B6

RGB Percentages of Color #edccb6

%38.04
%32.74
%29.21

CMYK Percentages of Color #edccb6

%0
%14
%23
%7

Triadic Colors of #edccb6

#edccb6 #b6edcc #ccb6ed

Analogous Colors of #edccb6

#edccb6 #ede8b6 #edb6bc

Monochromatic Colors of #edccb6

#edccb6

Complementary Color

#edccb6 #b6d7ed

#edccb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccb6 Color CSS Codes

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

#edccb6 Text Font Color

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

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


#edccb6 Background Color

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

This div background color is #edccb6


#edccb6 Border Color

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

This div border color is #edccb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccb6


Comments

No comments written yet.

Please login to write comment.