Color Hex Logo

#efae15 Color Hex

#EFAE15
(239,174,21)
0 Favorites   0 Comments

Color spaces of #efae15

RGB 23917421
HSL0.120.870.51
HSV42°91°94°
CMYK 0.000.270.91   0.06
XYZ50.868048.67707.4240
Yxy48.67700.47550.4551
Hunter Lab69.76898.047542.5293
CIE-Lab75.249912.630975.6211

#efae15 color RGB value is (239,174,21).

#efae15 hex color red value is 239, green value is 174 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #efae15 hue: 0.12 , saturation: 0.87 and the lightness value of efae15 is 0.51.

The process color (four color CMYK) of #efae15 color hex is 0.00, 0.27, 0.91, 0.06. Web safe color of #efae15 is #ff9900. Color #efae15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 00010101
Octal 357 256 25
Decimal 239 174 21
Hex EF AE 15

RGB Percentages of Color #efae15

%55.07
%40.09
%4.84

CMYK Percentages of Color #efae15

%0
%27
%91
%6

Triadic Colors of #efae15

#efae15 #15efae #ae15ef

Analogous Colors of #efae15

#efae15 #c3ef15 #ef4115

Monochromatic Colors of #efae15

#efae15

Complementary Color

#efae15 #1556ef

#efae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae15 Color CSS Codes

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

#efae15 Text Font Color

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

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


#efae15 Background Color

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

This div background color is #efae15


#efae15 Border Color

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

This div border color is #efae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae15

#efae15 Color Palettes


Comments

No comments written yet.

Please login to write comment.