Color Hex Logo

#edb381 Color Hex

#EDB381
(237,179,129)
0 Favorites   0 Comments

Color spaces of #edb381

RGB 237179129
HSL0.080.750.72
HSV28°46°93°
CMYK 0.000.240.46   0.07
XYZ55.007651.829727.8738
Yxy51.82970.40830.3847
Hunter Lab71.992810.399127.4394
CIE-Lab77.178915.042533.6616

#edb381 color RGB value is (237,179,129).

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

The process color (four color CMYK) of #edb381 color hex is 0.00, 0.24, 0.46, 0.07. Web safe color of #edb381 is #ffcc99. Color #edb381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 10000001
Octal 355 263 201
Decimal 237 179 129
Hex ED B3 81

RGB Percentages of Color #edb381

%43.49
%32.84
%23.67

CMYK Percentages of Color #edb381

%0
%24
%46
%7

Triadic Colors of #edb381

#edb381 #81edb3 #b381ed

Analogous Colors of #edb381

#edb381 #ede981 #ed8185

Monochromatic Colors of #edb381

#edb381

Complementary Color

#edb381 #81bbed

#edb381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb381 Color CSS Codes

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

#edb381 Text Font Color

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

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


#edb381 Background Color

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

This div background color is #edb381


#edb381 Border Color

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

This div border color is #edb381


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,179,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 #edb381">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb381


Comments

No comments written yet.

Please login to write comment.