Color Hex Logo

#edde6a Color Hex

#EDDE6A
(237,222,106)
0 Favorites   0 Comments

Color spaces of #edde6a

RGB 237222106
HSL0.150.780.67
HSV53°55°93°
CMYK 0.000.060.55   0.07
XYZ63.647871.287724.0410
Yxy71.28770.40040.4484
Hunter Lab84.4320-13.196642.2203
CIE-Lab87.6246-9.217957.7813

#edde6a color RGB value is (237,222,106).

#edde6a hex color red value is 237, green value is 222 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #edde6a hue: 0.15 , saturation: 0.78 and the lightness value of edde6a is 0.67.

The process color (four color CMYK) of #edde6a color hex is 0.00, 0.06, 0.55, 0.07. Web safe color of #edde6a is #ffcc66. Color #edde6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01101010
Octal 355 336 152
Decimal 237 222 106
Hex ED DE 6A

RGB Percentages of Color #edde6a

%41.95
%39.29
%18.76

CMYK Percentages of Color #edde6a

%0
%6
%55
%7

Triadic Colors of #edde6a

#edde6a #6aedde #de6aed

Analogous Colors of #edde6a

#edde6a #bbed6a #ed9d6a

Monochromatic Colors of #edde6a

#edde6a

Complementary Color

#edde6a #6a79ed

#edde6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde6a Color CSS Codes

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

#edde6a Text Font Color

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

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


#edde6a Background Color

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

This div background color is #edde6a


#edde6a Border Color

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

This div border color is #edde6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde6a


Comments

No comments written yet.

Please login to write comment.