Color Hex Logo

#edd481 Color Hex

#EDD481
(237,212,129)
0 Favorites   0 Comments

Color spaces of #edd481

RGB 237212129
HSL0.130.750.72
HSV46°46°93°
CMYK 0.000.110.46   0.07
XYZ62.431066.676530.3483
Yxy66.67650.39150.4182
Hunter Lab81.6557-6.422735.1231
CIE-Lab85.3403-2.177444.0811

#edd481 color RGB value is (237,212,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 10000001
Octal 355 324 201
Decimal 237 212 129
Hex ED D4 81

RGB Percentages of Color #edd481

%41.00
%36.68
%22.32

CMYK Percentages of Color #edd481

%0
%11
%46
%7

Triadic Colors of #edd481

#edd481 #81edd4 #d481ed

Analogous Colors of #edd481

#edd481 #d0ed81 #ed9e81

Monochromatic Colors of #edd481

#edd481

Complementary Color

#edd481 #819aed

#edd481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd481 Color CSS Codes

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

#edd481 Text Font Color

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

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


#edd481 Background Color

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

This div background color is #edd481


#edd481 Border Color

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

This div border color is #edd481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd481


Comments

No comments written yet.

Please login to write comment.