Color Hex Logo

#eecd18 Color Hex

#EECD18
(238,205,24)
0 Favorites   0 Comments

Color spaces of #eecd18

RGB 23820524
HSL0.140.860.51
HSV51°90°93°
CMYK 0.000.140.90   0.07
XYZ57.256161.90579.7954
Yxy61.90570.44400.4800
Hunter Lab78.6802-7.794647.6947
CIE-Lab82.8632-3.857380.8382

#eecd18 color RGB value is (238,205,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 00011000
Octal 356 315 30
Decimal 238 205 24
Hex EE CD 18

RGB Percentages of Color #eecd18

%50.96
%43.90
%5.14

CMYK Percentages of Color #eecd18

%0
%14
%90
%7

Triadic Colors of #eecd18

#eecd18 #18eecd #cd18ee

Analogous Colors of #eecd18

#eecd18 #a4ee18 #ee6218

Monochromatic Colors of #eecd18

#eecd18

Complementary Color

#eecd18 #1839ee

#eecd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd18 Color CSS Codes

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

#eecd18 Text Font Color

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

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


#eecd18 Background Color

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

This div background color is #eecd18


#eecd18 Border Color

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

This div border color is #eecd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd18


Comments

No comments written yet.

Please login to write comment.