Color Hex Logo

#eeca16 Color Hex

#EECA16
(238,202,22)
0 Favorites   0 Comments

Color spaces of #eeca16

RGB 23820222
HSL0.140.860.51
HSV50°91°93°
CMYK 0.000.150.91   0.07
XYZ56.525260.47619.4529
Yxy60.47610.44700.4782
Hunter Lab77.7664-6.346847.2295
CIE-Lab82.0963-2.356080.5727

#eeca16 color RGB value is (238,202,22).

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

The process color (four color CMYK) of #eeca16 color hex is 0.00, 0.15, 0.91, 0.07. Web safe color of #eeca16 is #ffcc00. Color #eeca16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 00010110
Octal 356 312 26
Decimal 238 202 22
Hex EE CA 16

RGB Percentages of Color #eeca16

%51.52
%43.72
%4.76

CMYK Percentages of Color #eeca16

%0
%15
%91
%7

Triadic Colors of #eeca16

#eeca16 #16eeca #ca16ee

Analogous Colors of #eeca16

#eeca16 #a6ee16 #ee5e16

Monochromatic Colors of #eeca16

#eeca16

Complementary Color

#eeca16 #163aee

#eeca16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca16 Color CSS Codes

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

#eeca16 Text Font Color

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

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


#eeca16 Background Color

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

This div background color is #eeca16


#eeca16 Border Color

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

This div border color is #eeca16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca16


Comments

No comments written yet.

Please login to write comment.