Color Hex Logo

#eed270 Color Hex

#EED270
(238,210,112)
0 Favorites   0 Comments

Color spaces of #eed270

RGB 238210112
HSL0.130.790.69
HSV47°53°93°
CMYK 0.000.120.53   0.07
XYZ61.231165.440224.7332
Yxy65.44020.40440.4322
Hunter Lab80.8951-6.456338.4990
CIE-Lab84.7101-2.263451.6071

#eed270 color RGB value is (238,210,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 01110000
Octal 356 322 160
Decimal 238 210 112
Hex EE D2 70

RGB Percentages of Color #eed270

%42.50
%37.50
%20.00

CMYK Percentages of Color #eed270

%0
%12
%53
%7

Triadic Colors of #eed270

#eed270 #70eed2 #d270ee

Analogous Colors of #eed270

#eed270 #cbee70 #ee9370

Monochromatic Colors of #eed270

#eed270

Complementary Color

#eed270 #708cee

#eed270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed270 Color CSS Codes

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

#eed270 Text Font Color

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

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


#eed270 Background Color

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

This div background color is #eed270


#eed270 Border Color

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

This div border color is #eed270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed270


Comments

No comments written yet.

Please login to write comment.