Color Hex Logo

#edd483 Color Hex

#EDD483
(237,212,131)
0 Favorites   0 Comments

Color spaces of #edd483

RGB 237212131
HSL0.130.750.72
HSV46°45°93°
CMYK 0.000.110.45   0.07
XYZ62.565366.730231.0554
Yxy66.73020.39020.4162
Hunter Lab81.6886-6.241734.6418
CIE-Lab85.3675-1.983243.1211

#edd483 color RGB value is (237,212,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 10000011
Octal 355 324 203
Decimal 237 212 131
Hex ED D4 83

RGB Percentages of Color #edd483

%40.86
%36.55
%22.59

CMYK Percentages of Color #edd483

%0
%11
%45
%7

Triadic Colors of #edd483

#edd483 #83edd4 #d483ed

Analogous Colors of #edd483

#edd483 #d1ed83 #ed9f83

Monochromatic Colors of #edd483

#edd483

Complementary Color

#edd483 #839ced

#edd483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd483 Color CSS Codes

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

#edd483 Text Font Color

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

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


#edd483 Background Color

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

This div background color is #edd483


#edd483 Border Color

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

This div border color is #edd483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd483


Comments

No comments written yet.

Please login to write comment.