Color Hex Logo

#eed274 Color Hex

#EED274
(238,210,116)
0 Favorites   0 Comments

Color spaces of #eed274

RGB 238210116
HSL0.130.780.69
HSV46°51°93°
CMYK 0.000.120.51   0.07
XYZ61.458965.531325.9326
Yxy65.53130.40190.4285
Hunter Lab80.9514-6.146537.6726
CIE-Lab84.7568-1.929849.7461

#eed274 color RGB value is (238,210,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 01110100
Octal 356 322 164
Decimal 238 210 116
Hex EE D2 74

RGB Percentages of Color #eed274

%42.20
%37.23
%20.57

CMYK Percentages of Color #eed274

%0
%12
%51
%7

Triadic Colors of #eed274

#eed274 #74eed2 #d274ee

Analogous Colors of #eed274

#eed274 #cdee74 #ee9574

Monochromatic Colors of #eed274

#eed274

Complementary Color

#eed274 #7490ee

#eed274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed274 Color CSS Codes

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

#eed274 Text Font Color

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

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


#eed274 Background Color

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

This div background color is #eed274


#eed274 Border Color

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

This div border color is #eed274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed274


Comments

No comments written yet.

Please login to write comment.