Color Hex Logo

#edf485 Color Hex

#EDF485
(237,244,133)
0 Favorites   0 Comments

Color spaces of #edf485

RGB 237244133
HSL0.180.830.74
HSV64°45°96°
CMYK 0.030.000.45   0.04
XYZ71.509484.399334.7121
Yxy84.39930.37510.4428
Hunter Lab91.8691-21.829441.9060
CIE-Lab93.6237-17.759952.3792

#edf485 color RGB value is (237,244,133).

#edf485 hex color red value is 237, green value is 244 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #edf485 hue: 0.18 , saturation: 0.83 and the lightness value of edf485 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 10000101
Octal 355 364 205
Decimal 237 244 133
Hex ED F4 85

RGB Percentages of Color #edf485

%38.60
%39.74
%21.66

CMYK Percentages of Color #edf485

%3
%0
%45
%4

Triadic Colors of #edf485

#edf485 #85edf4 #f485ed

Analogous Colors of #edf485

#edf485 #b6f485 #f4c485

Monochromatic Colors of #edf485

#edf485

Complementary Color

#edf485 #8c85f4

#edf485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf485 Color CSS Codes

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

#edf485 Text Font Color

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

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


#edf485 Background Color

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

This div background color is #edf485


#edf485 Border Color

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

This div border color is #edf485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf485

Related Colors


Comments

No comments written yet.

Please login to write comment.