Color Hex Logo

#edb090 Color Hex

#EDB090
(237,176,144)
0 Favorites   0 Comments

Color spaces of #edb090

RGB 237176144
HSL0.060.720.75
HSV21°39°93°
CMYK 0.000.260.39   0.07
XYZ55.484451.068833.3185
Yxy51.06880.39670.3651
Hunter Lab71.462413.530522.3805
CIE-Lab76.720718.218025.0895

#edb090 color RGB value is (237,176,144).

#edb090 hex color red value is 237, green value is 176 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #edb090 hue: 0.06 , saturation: 0.72 and the lightness value of edb090 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 10010000
Octal 355 260 220
Decimal 237 176 144
Hex ED B0 90

RGB Percentages of Color #edb090

%42.55
%31.60
%25.85

CMYK Percentages of Color #edb090

%0
%26
%39
%7

Triadic Colors of #edb090

#edb090 #90edb0 #b090ed

Analogous Colors of #edb090

#edb090 #eddf90 #ed909f

Monochromatic Colors of #edb090

#edb090

Complementary Color

#edb090 #90cded

#edb090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb090 Color CSS Codes

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

#edb090 Text Font Color

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

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


#edb090 Background Color

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

This div background color is #edb090


#edb090 Border Color

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

This div border color is #edb090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb090


Comments

No comments written yet.

Please login to write comment.