Color Hex Logo

#edf555 Color Hex

#EDF555
(237,245,85)
0 Favorites   0 Comments

Color spaces of #edf555

RGB 23724585
HSL0.180.890.65
HSV63°65°96°
CMYK 0.030.000.65   0.04
XYZ69.217283.965221.1531
Yxy83.96520.39700.4816
Hunter Lab91.6325-25.521950.4558
CIE-Lab93.4354-21.860372.8481

#edf555 color RGB value is (237,245,85).

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

The process color (four color CMYK) of #edf555 color hex is 0.03, 0.00, 0.65, 0.04. Web safe color of #edf555 is #ffff66. Color #edf555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 01010101
Octal 355 365 125
Decimal 237 245 85
Hex ED F5 55

RGB Percentages of Color #edf555

%41.80
%43.21
%14.99

CMYK Percentages of Color #edf555

%3
%0
%65
%4

Triadic Colors of #edf555

#edf555 #55edf5 #f555ed

Analogous Colors of #edf555

#edf555 #9df555 #f5ad55

Monochromatic Colors of #edf555

#edf555

Complementary Color

#edf555 #5d55f5

#edf555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf555 Color CSS Codes

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

#edf555 Text Font Color

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

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


#edf555 Background Color

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

This div background color is #edf555


#edf555 Border Color

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

This div border color is #edf555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf555


Comments

No comments written yet.

Please login to write comment.