Color Hex Logo

#edae66 Color Hex

#EDAE66
(237,174,102)
0 Favorites   0 Comments

Color spaces of #edae66

RGB 237174102
HSL0.090.790.66
HSV32°57°93°
CMYK 0.000.270.57   0.07
XYZ52.459449.235919.3089
Yxy49.23590.43350.4069
Hunter Lab70.168310.656132.8024
CIE-Lab75.597915.321245.5628

#edae66 color RGB value is (237,174,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 01100110
Octal 355 256 146
Decimal 237 174 102
Hex ED AE 66

RGB Percentages of Color #edae66

%46.20
%33.92
%19.88

CMYK Percentages of Color #edae66

%0
%27
%57
%7

Triadic Colors of #edae66

#edae66 #66edae #ae66ed

Analogous Colors of #edae66

#edae66 #e9ed66 #ed6b66

Monochromatic Colors of #edae66

#edae66

Complementary Color

#edae66 #66a5ed

#edae66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae66 Color CSS Codes

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

#edae66 Text Font Color

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

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


#edae66 Background Color

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

This div background color is #edae66


#edae66 Border Color

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

This div border color is #edae66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae66


Comments

No comments written yet.

Please login to write comment.