Color Hex Logo

#edd166 Color Hex

#EDD166
(237,209,102)
0 Favorites   0 Comments

Color spaces of #edd166

RGB 237209102
HSL0.130.790.66
HSV48°57°93°
CMYK 0.000.120.57   0.07
XYZ60.123864.564821.8638
Yxy64.56480.41030.4406
Hunter Lab80.3522-7.053240.1138
CIE-Lab84.2590-2.937955.7437

#edd166 color RGB value is (237,209,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01100110
Octal 355 321 146
Decimal 237 209 102
Hex ED D1 66

RGB Percentages of Color #edd166

%43.25
%38.14
%18.61

CMYK Percentages of Color #edd166

%0
%12
%57
%7

Triadic Colors of #edd166

#edd166 #66edd1 #d166ed

Analogous Colors of #edd166

#edd166 #c6ed66 #ed8e66

Monochromatic Colors of #edd166

#edd166

Complementary Color

#edd166 #6682ed

#edd166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd166 Color CSS Codes

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

#edd166 Text Font Color

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

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


#edd166 Background Color

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

This div background color is #edd166


#edd166 Border Color

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

This div border color is #edd166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd166


Comments

No comments written yet.

Please login to write comment.