Color Hex Logo

#eecd54 Color Hex

#EECD54
(238,205,84)
0 Favorites   0 Comments

Color spaces of #eecd54

RGB 23820584
HSL0.130.820.63
HSV47°65°93°
CMYK 0.000.140.65   0.07
XYZ58.691562.479917.3540
Yxy62.47990.42370.4510
Hunter Lab79.0442-5.788542.3140
CIE-Lab83.1680-1.671162.5425

#eecd54 color RGB value is (238,205,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 01010100
Octal 356 315 124
Decimal 238 205 84
Hex EE CD 54

RGB Percentages of Color #eecd54

%45.16
%38.90
%15.94

CMYK Percentages of Color #eecd54

%0
%14
%65
%7

Triadic Colors of #eecd54

#eecd54 #54eecd #cd54ee

Analogous Colors of #eecd54

#eecd54 #c2ee54 #ee8054

Monochromatic Colors of #eecd54

#eecd54

Complementary Color

#eecd54 #5475ee

#eecd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd54 Color CSS Codes

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

#eecd54 Text Font Color

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

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


#eecd54 Background Color

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

This div background color is #eecd54


#eecd54 Border Color

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

This div border color is #eecd54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd54


Comments

No comments written yet.

Please login to write comment.