Color Hex Logo

#efae30 Color Hex

#EFAE30
(239,174,48)
0 Favorites   0 Comments

Color spaces of #efae30

RGB 23917448
HSL0.110.860.56
HSV40°80°94°
CMYK 0.000.270.80   0.06
XYZ51.266248.83629.5206
Yxy48.83620.46770.4455
Hunter Lab69.88298.652840.8406
CIE-Lab75.349313.259168.7291

#efae30 color RGB value is (239,174,48).

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

The process color (four color CMYK) of #efae30 color hex is 0.00, 0.27, 0.80, 0.06. Web safe color of #efae30 is #ff9933. Color #efae30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 00110000
Octal 357 256 60
Decimal 239 174 48
Hex EF AE 30

RGB Percentages of Color #efae30

%51.84
%37.74
%10.41

CMYK Percentages of Color #efae30

%0
%27
%80
%6

Triadic Colors of #efae30

#efae30 #30efae #ae30ef

Analogous Colors of #efae30

#efae30 #d1ef30 #ef4e30

Monochromatic Colors of #efae30

#efae30

Complementary Color

#efae30 #3071ef

#efae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae30 Color CSS Codes

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

#efae30 Text Font Color

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

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


#efae30 Background Color

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

This div background color is #efae30


#efae30 Border Color

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

This div border color is #efae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae30


Comments

No comments written yet.

Please login to write comment.