Color Hex Logo

#eed27a Color Hex

#EED27A
(238,210,122)
0 Favorites   0 Comments

Color spaces of #eed27a

RGB 238210122
HSL0.130.770.71
HSV46°49°93°
CMYK 0.000.120.49   0.07
XYZ61.819365.675527.8308
Yxy65.67550.39800.4228
Hunter Lab81.0404-5.657336.3670
CIE-Lab84.8306-1.404746.9195

#eed27a color RGB value is (238,210,122).

#eed27a hex color red value is 238, green value is 210 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eed27a hue: 0.13 , saturation: 0.77 and the lightness value of eed27a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 01111010
Octal 356 322 172
Decimal 238 210 122
Hex EE D2 7A

RGB Percentages of Color #eed27a

%41.75
%36.84
%21.40

CMYK Percentages of Color #eed27a

%0
%12
%49
%7

Triadic Colors of #eed27a

#eed27a #7aeed2 #d27aee

Analogous Colors of #eed27a

#eed27a #d0ee7a #ee987a

Monochromatic Colors of #eed27a

#eed27a

Complementary Color

#eed27a #7a96ee

#eed27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed27a Color CSS Codes

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

#eed27a Text Font Color

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

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


#eed27a Background Color

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

This div background color is #eed27a


#eed27a Border Color

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

This div border color is #eed27a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,210,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eed27a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eed27a;
  -webkit-box-shadow: 1px 1px 3px 2px #eed27a;
  box-shadow:         1px 1px 3px 2px #eed27a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,210,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed27a

#eed27a Color Palettes


Comments

No comments written yet.

Please login to write comment.