Color Hex Logo

#eecd14 Color Hex

#EECD14
(238,205,20)
0 Favorites   0 Comments

Color spaces of #eecd14

RGB 23820520
HSL0.140.870.51
HSV51°92°93°
CMYK 0.000.140.92   0.07
XYZ57.217561.89039.5922
Yxy61.89030.44460.4809
Hunter Lab78.6704-7.848947.8401
CIE-Lab82.8550-3.916981.4481

#eecd14 color RGB value is (238,205,20).

#eecd14 hex color red value is 238, green value is 205 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eecd14 hue: 0.14 , saturation: 0.87 and the lightness value of eecd14 is 0.51.

The process color (four color CMYK) of #eecd14 color hex is 0.00, 0.14, 0.92, 0.07. Web safe color of #eecd14 is #ffcc00. Color #eecd14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 00010100
Octal 356 315 24
Decimal 238 205 20
Hex EE CD 14

RGB Percentages of Color #eecd14

%51.40
%44.28
%4.32

CMYK Percentages of Color #eecd14

%0
%14
%92
%7

Triadic Colors of #eecd14

#eecd14 #14eecd #cd14ee

Analogous Colors of #eecd14

#eecd14 #a2ee14 #ee6014

Monochromatic Colors of #eecd14

#eecd14

Complementary Color

#eecd14 #1435ee

#eecd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd14 Color CSS Codes

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

#eecd14 Text Font Color

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

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


#eecd14 Background Color

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

This div background color is #eecd14


#eecd14 Border Color

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

This div border color is #eecd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd14


Comments

No comments written yet.

Please login to write comment.