Color Hex Logo

#efea30 Color Hex

#EFEA30
(239,234,48)
0 Favorites   0 Comments

Color spaces of #efea30

RGB 23923448
HSL0.160.860.56
HSV58°80°94°
CMYK 0.000.020.80   0.06
XYZ65.552977.409814.2829
Yxy77.40980.41690.4923
Hunter Lab87.9828-20.975951.9630
CIE-Lab90.5099-17.332982.0171

#efea30 color RGB value is (239,234,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 00110000
Octal 357 352 60
Decimal 239 234 48
Hex EF EA 30

RGB Percentages of Color #efea30

%45.87
%44.91
%9.21

CMYK Percentages of Color #efea30

%0
%2
%80
%6

Triadic Colors of #efea30

#efea30 #30efea #ea30ef

Analogous Colors of #efea30

#efea30 #95ef30 #ef8b30

Monochromatic Colors of #efea30

#efea30

Complementary Color

#efea30 #3035ef

#efea30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea30 Color CSS Codes

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

#efea30 Text Font Color

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

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


#efea30 Background Color

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

This div background color is #efea30


#efea30 Border Color

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

This div border color is #efea30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea30


Comments

No comments written yet.

Please login to write comment.