Color Hex Logo

#eeea30 Color Hex

#EEEA30
(238,234,48)
0 Favorites   0 Comments

Color spaces of #eeea30

RGB 23823448
HSL0.160.850.56
HSV59°80°93°
CMYK 0.000.020.80   0.07
XYZ65.216277.236214.2671
Yxy77.23620.41610.4928
Hunter Lab87.8841-21.337751.8938
CIE-Lab90.4302-17.747181.9172

#eeea30 color RGB value is (238,234,48).

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

The process color (four color CMYK) of #eeea30 color hex is 0.00, 0.02, 0.80, 0.07. Web safe color of #eeea30 is #ffff33. Color #eeea30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 00110000
Octal 356 352 60
Decimal 238 234 48
Hex EE EA 30

RGB Percentages of Color #eeea30

%45.77
%45.00
%9.23

CMYK Percentages of Color #eeea30

%0
%2
%80
%7

Triadic Colors of #eeea30

#eeea30 #30eeea #ea30ee

Analogous Colors of #eeea30

#eeea30 #93ee30 #ee8b30

Monochromatic Colors of #eeea30

#eeea30

Complementary Color

#eeea30 #3034ee

#eeea30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeea30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeea30 Color CSS Codes

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

#eeea30 Text Font Color

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

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


#eeea30 Background Color

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

This div background color is #eeea30


#eeea30 Border Color

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

This div border color is #eeea30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,234,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 #eeea30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeea30

#eeea30 Color Palettes


Comments

No comments written yet.

Please login to write comment.