Color Hex Logo

#eded66 Color Hex

#EDED66
(237,237,102)
0 Favorites   0 Comments

Color spaces of #eded66

RGB 237237102
HSL0.170.790.66
HSV60°57°93°
CMYK 0.000.000.57   0.07
XYZ67.607579.532224.3583
Yxy79.53220.39420.4638
Hunter Lab89.1808-20.746646.2325
CIE-Lab91.4746-16.923063.8897

#eded66 color RGB value is (237,237,102).

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

The process color (four color CMYK) of #eded66 color hex is 0.00, 0.00, 0.57, 0.07. Web safe color of #eded66 is #ffff66. Color #eded66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 01100110
Octal 355 355 146
Decimal 237 237 102
Hex ED ED 66

RGB Percentages of Color #eded66

%41.15
%41.15
%17.71

CMYK Percentages of Color #eded66

%0
%0
%57
%7

Triadic Colors of #eded66

#eded66 #66eded #ed66ed

Analogous Colors of #eded66

#eded66 #aaed66 #edaa66

Monochromatic Colors of #eded66

#eded66

Complementary Color

#eded66 #6666ed

#eded66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded66 Color CSS Codes

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

#eded66 Text Font Color

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

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


#eded66 Background Color

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

This div background color is #eded66


#eded66 Border Color

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

This div border color is #eded66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded66


Comments

No comments written yet.

Please login to write comment.