Color Hex Logo

#edb181 Color Hex

#EDB181
(237,177,129)
0 Favorites   0 Comments

Color spaces of #edb181

RGB 237177129
HSL0.070.750.72
HSV27°46°93°
CMYK 0.000.250.46   0.07
XYZ54.609651.033827.7411
Yxy51.03380.40940.3826
Hunter Lab71.437911.435126.9828
CIE-Lab76.699516.101533.0368

#edb181 color RGB value is (237,177,129).

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

The process color (four color CMYK) of #edb181 color hex is 0.00, 0.25, 0.46, 0.07. Web safe color of #edb181 is #ff9999. Color #edb181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10000001
Octal 355 261 201
Decimal 237 177 129
Hex ED B1 81

RGB Percentages of Color #edb181

%43.65
%32.60
%23.76

CMYK Percentages of Color #edb181

%0
%25
%46
%7

Triadic Colors of #edb181

#edb181 #81edb1 #b181ed

Analogous Colors of #edb181

#edb181 #ede781 #ed8187

Monochromatic Colors of #edb181

#edb181

Complementary Color

#edb181 #81bded

#edb181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb181 Color CSS Codes

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

#edb181 Text Font Color

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

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


#edb181 Background Color

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

This div background color is #edb181


#edb181 Border Color

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

This div border color is #edb181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb181


Comments

No comments written yet.

Please login to write comment.