Color Hex Logo

#edef66 Color Hex

#EDEF66
(237,239,102)
0 Favorites   0 Comments

Color spaces of #edef66

RGB 237239102
HSL0.170.810.67
HSV61°57°94°
CMYK 0.010.000.57   0.06
XYZ68.189880.696824.5524
Yxy80.69680.39320.4653
Hunter Lab89.8314-21.708046.6770
CIE-Lab91.9966-17.895564.4681

#edef66 color RGB value is (237,239,102).

#edef66 hex color red value is 237, green value is 239 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #edef66 hue: 0.17 , saturation: 0.81 and the lightness value of edef66 is 0.67.

The process color (four color CMYK) of #edef66 color hex is 0.01, 0.00, 0.57, 0.06. Web safe color of #edef66 is #ffff66. Color #edef66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 01100110
Octal 355 357 146
Decimal 237 239 102
Hex ED EF 66

RGB Percentages of Color #edef66

%41.00
%41.35
%17.65

CMYK Percentages of Color #edef66

%1
%0
%57
%6

Triadic Colors of #edef66

#edef66 #66edef #ef66ed

Analogous Colors of #edef66

#edef66 #a9ef66 #efad66

Monochromatic Colors of #edef66

#edef66

Complementary Color

#edef66 #6866ef

#edef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef66 Color CSS Codes

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

#edef66 Text Font Color

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

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


#edef66 Background Color

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

This div background color is #edef66


#edef66 Border Color

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

This div border color is #edef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef66

#edef66 Color Palettes


Comments

No comments written yet.

Please login to write comment.