Color Hex Logo

#edb099 Color Hex

#EDB099
(237,176,153)
0 Favorites   0 Comments

Color spaces of #edb099

RGB 237176153
HSL0.050.700.76
HSV16°35°93°
CMYK 0.000.260.35   0.07
XYZ56.200251.355137.0874
Yxy51.35510.38850.3550
Hunter Lab71.662514.576619.4794
CIE-Lab76.893619.261920.4864

#edb099 color RGB value is (237,176,153).

#edb099 hex color red value is 237, green value is 176 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #edb099 hue: 0.05 , saturation: 0.70 and the lightness value of edb099 is 0.76.

The process color (four color CMYK) of #edb099 color hex is 0.00, 0.26, 0.35, 0.07. Web safe color of #edb099 is #ff9999. Color #edb099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 10011001
Octal 355 260 231
Decimal 237 176 153
Hex ED B0 99

RGB Percentages of Color #edb099

%41.87
%31.10
%27.03

CMYK Percentages of Color #edb099

%0
%26
%35
%7

Triadic Colors of #edb099

#edb099 #99edb0 #b099ed

Analogous Colors of #edb099

#edb099 #edda99 #ed99ac

Monochromatic Colors of #edb099

#edb099

Complementary Color

#edb099 #99d6ed

#edb099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb099 Color CSS Codes

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

#edb099 Text Font Color

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

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


#edb099 Background Color

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

This div background color is #edb099


#edb099 Border Color

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

This div border color is #edb099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb099


Comments

No comments written yet.

Please login to write comment.