Color Hex Logo

#edd666 Color Hex

#EDD666
(237,214,102)
0 Favorites   0 Comments

Color spaces of #edd666

RGB 237214102
HSL0.140.790.66
HSV50°57°93°
CMYK 0.000.100.57   0.07
XYZ61.369967.057022.2791
Yxy67.05700.40720.4450
Hunter Lab81.8883-9.530641.1910
CIE-Lab85.5327-5.483357.2029

#edd666 color RGB value is (237,214,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01100110
Octal 355 326 146
Decimal 237 214 102
Hex ED D6 66

RGB Percentages of Color #edd666

%42.86
%38.70
%18.44

CMYK Percentages of Color #edd666

%0
%10
%57
%7

Triadic Colors of #edd666

#edd666 #66edd6 #d666ed

Analogous Colors of #edd666

#edd666 #c1ed66 #ed9366

Monochromatic Colors of #edd666

#edd666

Complementary Color

#edd666 #667ded

#edd666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd666 Color CSS Codes

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

#edd666 Text Font Color

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

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


#edd666 Background Color

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

This div background color is #edd666


#edd666 Border Color

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

This div border color is #edd666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd666


Comments

No comments written yet.

Please login to write comment.