Color Hex Logo

#edd599 Color Hex

#EDD599
(237,213,153)
0 Favorites   0 Comments

Color spaces of #edd599

RGB 237213153
HSL0.120.700.76
HSV43°35°93°
CMYK 0.000.100.35   0.07
XYZ64.469167.892939.8438
Yxy67.89290.37440.3943
Hunter Lab82.3971-4.533229.0078
CIE-Lab85.9529-0.138732.7278

#edd599 color RGB value is (237,213,153).

#edd599 hex color red value is 237, green value is 213 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #edd599 hue: 0.12 , saturation: 0.70 and the lightness value of edd599 is 0.76.

The process color (four color CMYK) of #edd599 color hex is 0.00, 0.10, 0.35, 0.07. Web safe color of #edd599 is #ffcc99. Color #edd599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 10011001
Octal 355 325 231
Decimal 237 213 153
Hex ED D5 99

RGB Percentages of Color #edd599

%39.30
%35.32
%25.37

CMYK Percentages of Color #edd599

%0
%10
%35
%7

Triadic Colors of #edd599

#edd599 #99edd5 #d599ed

Analogous Colors of #edd599

#edd599 #dbed99 #edab99

Monochromatic Colors of #edd599

#edd599

Complementary Color

#edd599 #99b1ed

#edd599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd599 Color CSS Codes

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

#edd599 Text Font Color

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

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


#edd599 Background Color

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

This div background color is #edd599


#edd599 Border Color

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

This div border color is #edd599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd599


Comments

No comments written yet.

Please login to write comment.