Color Hex Logo

#eecd53 Color Hex

#EECD53
(238,205,83)
0 Favorites   0 Comments

Color spaces of #eecd53

RGB 23820583
HSL0.130.820.63
HSV47°65°93°
CMYK 0.000.140.65   0.07
XYZ58.652662.464317.1491
Yxy62.46430.42420.4518
Hunter Lab79.0344-5.842642.4591
CIE-Lab83.1597-1.729662.9567

#eecd53 color RGB value is (238,205,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 01010011
Octal 356 315 123
Decimal 238 205 83
Hex EE CD 53

RGB Percentages of Color #eecd53

%45.25
%38.97
%15.78

CMYK Percentages of Color #eecd53

%0
%14
%65
%7

Triadic Colors of #eecd53

#eecd53 #53eecd #cd53ee

Analogous Colors of #eecd53

#eecd53 #c2ee53 #ee8053

Monochromatic Colors of #eecd53

#eecd53

Complementary Color

#eecd53 #5374ee

#eecd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd53 Color CSS Codes

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

#eecd53 Text Font Color

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

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


#eecd53 Background Color

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

This div background color is #eecd53


#eecd53 Border Color

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

This div border color is #eecd53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,205,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 #eecd53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd53


Comments

No comments written yet.

Please login to write comment.