Color Hex Logo

#eaee21 Color Hex

#EAEE21
(234,238,33)
0 Favorites   0 Comments

Color spaces of #eaee21

RGB 23423833
HSL0.170.860.53
HSV61°86°93°
CMYK 0.020.000.86   0.07
XYZ64.780778.751313.2251
Yxy78.75130.41330.5024
Hunter Lab88.7419-24.995253.2834
CIE-Lab91.1216-21.711285.6451

#eaee21 color RGB value is (234,238,33).

#eaee21 hex color red value is 234, green value is 238 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #eaee21 hue: 0.17 , saturation: 0.86 and the lightness value of eaee21 is 0.53.

The process color (four color CMYK) of #eaee21 color hex is 0.02, 0.00, 0.86, 0.07. Web safe color of #eaee21 is #ffff33. Color #eaee21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101110 00100001
Octal 352 356 41
Decimal 234 238 33
Hex EA EE 21

RGB Percentages of Color #eaee21

%46.34
%47.13
%6.53

CMYK Percentages of Color #eaee21

%2
%0
%86
%7

Triadic Colors of #eaee21

#eaee21 #21eaee #ee21ea

Analogous Colors of #eaee21

#eaee21 #84ee21 #ee8c21

Monochromatic Colors of #eaee21

#eaee21

Complementary Color

#eaee21 #2521ee

#eaee21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaee21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaee21 Color CSS Codes

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

#eaee21 Text Font Color

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

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


#eaee21 Background Color

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

This div background color is #eaee21


#eaee21 Border Color

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

This div border color is #eaee21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaee21


Comments

No comments written yet.

Please login to write comment.