Color Hex Logo

#edc481 Color Hex

#EDC481
(237,196,129)
0 Favorites   0 Comments

Color spaces of #edc481

RGB 237196129
HSL0.100.750.72
HSV37°46°93°
CMYK 0.000.170.46   0.07
XYZ58.627459.069429.0804
Yxy59.06940.39940.4024
Hunter Lab76.85661.663431.3660
CIE-Lab81.32976.097339.0116

#edc481 color RGB value is (237,196,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 10000001
Octal 355 304 201
Decimal 237 196 129
Hex ED C4 81

RGB Percentages of Color #edc481

%42.17
%34.88
%22.95

CMYK Percentages of Color #edc481

%0
%17
%46
%7

Triadic Colors of #edc481

#edc481 #81edc4 #c481ed

Analogous Colors of #edc481

#edc481 #e0ed81 #ed8e81

Monochromatic Colors of #edc481

#edc481

Complementary Color

#edc481 #81aaed

#edc481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc481 Color CSS Codes

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

#edc481 Text Font Color

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

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


#edc481 Background Color

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

This div background color is #edc481


#edc481 Border Color

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

This div border color is #edc481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc481


Comments

No comments written yet.

Please login to write comment.