Color Hex Logo

#efe215 Color Hex

#EFE215
(239,226,21)
0 Favorites   0 Comments

Color spaces of #efe215

RGB 23922621
HSL0.160.870.51
HSV56°91°94°
CMYK 0.000.050.91   0.06
XYZ62.928372.797611.4441
Yxy72.79760.42760.4946
Hunter Lab85.3215-17.661251.7725
CIE-Lab88.3511-14.003985.5305

#efe215 color RGB value is (239,226,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 00010101
Octal 357 342 25
Decimal 239 226 21
Hex EF E2 15

RGB Percentages of Color #efe215

%49.18
%46.50
%4.32

CMYK Percentages of Color #efe215

%0
%5
%91
%6

Triadic Colors of #efe215

#efe215 #15efe2 #e215ef

Analogous Colors of #efe215

#efe215 #8fef15 #ef7515

Monochromatic Colors of #efe215

#efe215

Complementary Color

#efe215 #1522ef

#efe215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe215 Color CSS Codes

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

#efe215 Text Font Color

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

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


#efe215 Background Color

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

This div background color is #efe215


#efe215 Border Color

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

This div border color is #efe215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe215


Comments

No comments written yet.

Please login to write comment.