Color Hex Logo

#eed471 Color Hex

#EED471
(238,212,113)
0 Favorites   0 Comments

Color spaces of #eed471

RGB 238212113
HSL0.130.790.69
HSV48°53°93°
CMYK 0.000.110.53   0.07
XYZ61.784066.456425.1938
Yxy66.45640.40270.4331
Hunter Lab81.5208-7.377638.7411
CIE-Lab85.2287-3.202951.7484

#eed471 color RGB value is (238,212,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 01110001
Octal 356 324 161
Decimal 238 212 113
Hex EE D4 71

RGB Percentages of Color #eed471

%42.27
%37.66
%20.07

CMYK Percentages of Color #eed471

%0
%11
%53
%7

Triadic Colors of #eed471

#eed471 #71eed4 #d471ee

Analogous Colors of #eed471

#eed471 #caee71 #ee9671

Monochromatic Colors of #eed471

#eed471

Complementary Color

#eed471 #718bee

#eed471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed471 Color CSS Codes

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

#eed471 Text Font Color

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

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


#eed471 Background Color

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

This div background color is #eed471


#eed471 Border Color

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

This div border color is #eed471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed471

#eed471 Color Palettes


Comments

No comments written yet.

Please login to write comment.