Color Hex Logo

#edf388 Color Hex

#EDF388
(237,243,136)
0 Favorites   0 Comments

Color spaces of #edf388

RGB 237243136
HSL0.180.820.74
HSV63°44°95°
CMYK 0.020.000.44   0.05
XYZ71.419683.883335.7194
Yxy83.88330.37390.4391
Hunter Lab91.5878-21.085540.9883
CIE-Lab93.3998-16.985550.6842

#edf388 color RGB value is (237,243,136).

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

The process color (four color CMYK) of #edf388 color hex is 0.02, 0.00, 0.44, 0.05. Web safe color of #edf388 is #ffff99. Color #edf388 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 10001000
Octal 355 363 210
Decimal 237 243 136
Hex ED F3 88

RGB Percentages of Color #edf388

%38.47
%39.45
%22.08

CMYK Percentages of Color #edf388

%2
%0
%44
%5

Triadic Colors of #edf388

#edf388 #88edf3 #f388ed

Analogous Colors of #edf388

#edf388 #b8f388 #f3c488

Monochromatic Colors of #edf388

#edf388

Complementary Color

#edf388 #8e88f3

#edf388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf388 Color CSS Codes

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

#edf388 Text Font Color

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

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


#edf388 Background Color

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

This div background color is #edf388


#edf388 Border Color

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

This div border color is #edf388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf388


Comments

No comments written yet.

Please login to write comment.