Color Hex Logo

#eedc53 Color Hex

#EEDC53
(238,220,83)
0 Favorites   0 Comments

Color spaces of #eedc53

RGB 23822083
HSL0.150.820.63
HSV53°65°93°
CMYK 0.000.080.65   0.07
XYZ62.414469.988118.4031
Yxy69.98810.41390.4641
Hunter Lab83.6589-13.231745.5187
CIE-Lab86.9910-9.331166.9915

#eedc53 color RGB value is (238,220,83).

#eedc53 hex color red value is 238, green value is 220 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #eedc53 hue: 0.15 , saturation: 0.82 and the lightness value of eedc53 is 0.63.

The process color (four color CMYK) of #eedc53 color hex is 0.00, 0.08, 0.65, 0.07. Web safe color of #eedc53 is #ffcc66. Color #eedc53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01010011
Octal 356 334 123
Decimal 238 220 83
Hex EE DC 53

RGB Percentages of Color #eedc53

%43.99
%40.67
%15.34

CMYK Percentages of Color #eedc53

%0
%8
%65
%7

Triadic Colors of #eedc53

#eedc53 #53eedc #dc53ee

Analogous Colors of #eedc53

#eedc53 #b3ee53 #ee8f53

Monochromatic Colors of #eedc53

#eedc53

Complementary Color

#eedc53 #5365ee

#eedc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc53 Color CSS Codes

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

#eedc53 Text Font Color

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

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


#eedc53 Background Color

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

This div background color is #eedc53


#eedc53 Border Color

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

This div border color is #eedc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc53


Comments

No comments written yet.

Please login to write comment.