Color Hex Logo

#efea22 Color Hex

#EFEA22
(239,234,34)
0 Favorites   0 Comments

Color spaces of #efea22

RGB 23923434
HSL0.160.860.54
HSV59°86°94°
CMYK 0.000.020.86   0.06
XYZ65.308277.311912.9939
Yxy77.31190.41970.4968
Hunter Lab87.9272-21.291152.7871
CIE-Lab90.4650-17.689785.0935

#efea22 color RGB value is (239,234,34).

#efea22 hex color red value is 239, green value is 234 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #efea22 hue: 0.16 , saturation: 0.86 and the lightness value of efea22 is 0.54.

The process color (four color CMYK) of #efea22 color hex is 0.00, 0.02, 0.86, 0.06. Web safe color of #efea22 is #ffff33. Color #efea22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 00100010
Octal 357 352 42
Decimal 239 234 34
Hex EF EA 22

RGB Percentages of Color #efea22

%47.14
%46.15
%6.71

CMYK Percentages of Color #efea22

%0
%2
%86
%6

Triadic Colors of #efea22

#efea22 #22efea #ea22ef

Analogous Colors of #efea22

#efea22 #8eef22 #ef8422

Monochromatic Colors of #efea22

#efea22

Complementary Color

#efea22 #2227ef

#efea22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea22 Color CSS Codes

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

#efea22 Text Font Color

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

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


#efea22 Background Color

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

This div background color is #efea22


#efea22 Border Color

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

This div border color is #efea22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea22


Comments

No comments written yet.

Please login to write comment.