Color Hex Logo

#edc381 Color Hex

#EDC381
(237,195,129)
0 Favorites   0 Comments

Color spaces of #edc381

RGB 237195129
HSL0.100.750.72
HSV37°46°93°
CMYK 0.000.180.46   0.07
XYZ58.402658.619729.0055
Yxy58.61970.39990.4014
Hunter Lab76.56352.173631.1329
CIE-Lab81.08216.620038.6953

#edc381 color RGB value is (237,195,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 10000001
Octal 355 303 201
Decimal 237 195 129
Hex ED C3 81

RGB Percentages of Color #edc381

%42.25
%34.76
%22.99

CMYK Percentages of Color #edc381

%0
%18
%46
%7

Triadic Colors of #edc381

#edc381 #81edc3 #c381ed

Analogous Colors of #edc381

#edc381 #e1ed81 #ed8d81

Monochromatic Colors of #edc381

#edc381

Complementary Color

#edc381 #81abed

#edc381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc381 Color CSS Codes

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

#edc381 Text Font Color

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

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


#edc381 Background Color

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

This div background color is #edc381


#edc381 Border Color

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

This div border color is #edc381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc381


Comments

No comments written yet.

Please login to write comment.