Color Hex Logo

#eeca30 Color Hex

#EECA30
(238,202,48)
0 Favorites   0 Comments

Color spaces of #eeca30

RGB 23820248
HSL0.140.850.56
HSV49°80°93°
CMYK 0.000.150.80   0.07
XYZ56.913960.631611.4997
Yxy60.63160.44100.4698
Hunter Lab77.8663-5.797145.7502
CIE-Lab82.1803-1.756574.7386

#eeca30 color RGB value is (238,202,48).

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

The process color (four color CMYK) of #eeca30 color hex is 0.00, 0.15, 0.80, 0.07. Web safe color of #eeca30 is #ffcc33. Color #eeca30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 00110000
Octal 356 312 60
Decimal 238 202 48
Hex EE CA 30

RGB Percentages of Color #eeca30

%48.77
%41.39
%9.84

CMYK Percentages of Color #eeca30

%0
%15
%80
%7

Triadic Colors of #eeca30

#eeca30 #30eeca #ca30ee

Analogous Colors of #eeca30

#eeca30 #b3ee30 #ee6b30

Monochromatic Colors of #eeca30

#eeca30

Complementary Color

#eeca30 #3054ee

#eeca30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca30 Color CSS Codes

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

#eeca30 Text Font Color

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

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


#eeca30 Background Color

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

This div background color is #eeca30


#eeca30 Border Color

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

This div border color is #eeca30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca30


Comments

No comments written yet.

Please login to write comment.