Color Hex Logo

#edf599 Color Hex

#EDF599
(237,245,153)
0 Favorites   0 Comments

Color spaces of #edf599

RGB 237245153
HSL0.180.820.78
HSV65°38°96°
CMYK 0.030.000.38   0.04
XYZ73.327285.609242.7965
Yxy85.60920.36350.4244
Hunter Lab92.5252-20.456137.3438
CIE-Lab94.1450-16.186043.4023

#edf599 color RGB value is (237,245,153).

#edf599 hex color red value is 237, green value is 245 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #edf599 hue: 0.18 , saturation: 0.82 and the lightness value of edf599 is 0.78.

The process color (four color CMYK) of #edf599 color hex is 0.03, 0.00, 0.38, 0.04. Web safe color of #edf599 is #ffff99. Color #edf599 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 10011001
Octal 355 365 231
Decimal 237 245 153
Hex ED F5 99

RGB Percentages of Color #edf599

%37.32
%38.58
%24.09

CMYK Percentages of Color #edf599

%3
%0
%38
%4

Triadic Colors of #edf599

#edf599 #99edf5 #f599ed

Analogous Colors of #edf599

#edf599 #bff599 #f5cf99

Monochromatic Colors of #edf599

#edf599

Complementary Color

#edf599 #a199f5

#edf599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf599 Color CSS Codes

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

#edf599 Text Font Color

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

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


#edf599 Background Color

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

This div background color is #edf599


#edf599 Border Color

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

This div border color is #edf599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf599


Comments

No comments written yet.

Please login to write comment.