Color Hex Logo

#efe415 Color Hex

#EFE415
(239,228,21)
0 Favorites   0 Comments

Color spaces of #efe415

RGB 23922821
HSL0.160.870.51
HSV57°91°94°
CMYK 0.000.050.91   0.06
XYZ63.475473.891711.6265
Yxy73.89170.42600.4959
Hunter Lab85.9603-18.621352.1530
CIE-Lab88.8713-14.986885.9285

#efe415 color RGB value is (239,228,21).

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

The process color (four color CMYK) of #efe415 color hex is 0.00, 0.05, 0.91, 0.06. Web safe color of #efe415 is #ffcc00. Color #efe415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 00010101
Octal 357 344 25
Decimal 239 228 21
Hex EF E4 15

RGB Percentages of Color #efe415

%48.98
%46.72
%4.30

CMYK Percentages of Color #efe415

%0
%5
%91
%6

Triadic Colors of #efe415

#efe415 #15efe4 #e415ef

Analogous Colors of #efe415

#efe415 #8def15 #ef7715

Monochromatic Colors of #efe415

#efe415

Complementary Color

#efe415 #1520ef

#efe415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe415 Color CSS Codes

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

#efe415 Text Font Color

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

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


#efe415 Background Color

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

This div background color is #efe415


#efe415 Border Color

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

This div border color is #efe415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe415


Comments

No comments written yet.

Please login to write comment.