Color Hex Logo

#edc2b8 Color Hex

#EDC2B8
(237,194,184)
0 Favorites   0 Comments

Color spaces of #edc2b8

RGB 237194184
HSL0.030.600.83
HSV11°22°93°
CMYK 0.000.180.22   0.07
XYZ62.868660.048853.6244
Yxy60.04880.35610.3401
Hunter Lab77.49129.207613.2147
CIE-Lab81.864713.816810.7903

#edc2b8 color RGB value is (237,194,184).

#edc2b8 hex color red value is 237, green value is 194 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #edc2b8 hue: 0.03 , saturation: 0.60 and the lightness value of edc2b8 is 0.83.

The process color (four color CMYK) of #edc2b8 color hex is 0.00, 0.18, 0.22, 0.07. Web safe color of #edc2b8 is #ffcccc. Color #edc2b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10111000
Octal 355 302 270
Decimal 237 194 184
Hex ED C2 B8

RGB Percentages of Color #edc2b8

%38.54
%31.54
%29.92

CMYK Percentages of Color #edc2b8

%0
%18
%22
%7

Triadic Colors of #edc2b8

#edc2b8 #b8edc2 #c2b8ed

Analogous Colors of #edc2b8

#edc2b8 #edddb8 #edb8c9

Monochromatic Colors of #edc2b8

#edc2b8

Complementary Color

#edc2b8 #b8e3ed

#edc2b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc2b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc2b8 Color CSS Codes

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

#edc2b8 Text Font Color

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

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


#edc2b8 Background Color

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

This div background color is #edc2b8


#edc2b8 Border Color

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

This div border color is #edc2b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc2b8


Comments

No comments written yet.

Please login to write comment.