Color Hex Logo

#efe15f Color Hex

#EFE15F
(239,225,95)
0 Favorites   0 Comments

Color spaces of #efe15f

RGB 23922595
HSL0.150.820.65
HSV54°60°94°
CMYK 0.000.060.60   0.06
XYZ64.587473.027421.5180
Yxy73.02740.40590.4589
Hunter Lab85.4561-14.638444.8899
CIE-Lab88.4608-10.680163.6089

#efe15f color RGB value is (239,225,95).

#efe15f hex color red value is 239, green value is 225 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #efe15f hue: 0.15 , saturation: 0.82 and the lightness value of efe15f is 0.65.

The process color (four color CMYK) of #efe15f color hex is 0.00, 0.06, 0.60, 0.06. Web safe color of #efe15f is #ffcc66. Color #efe15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01011111
Octal 357 341 137
Decimal 239 225 95
Hex EF E1 5F

RGB Percentages of Color #efe15f

%42.75
%40.25
%16.99

CMYK Percentages of Color #efe15f

%0
%6
%60
%6

Triadic Colors of #efe15f

#efe15f #5fefe1 #e15fef

Analogous Colors of #efe15f

#efe15f #b5ef5f #ef995f

Monochromatic Colors of #efe15f

#efe15f

Complementary Color

#efe15f #5f6def

#efe15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe15f Color CSS Codes

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

#efe15f Text Font Color

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

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


#efe15f Background Color

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

This div background color is #efe15f


#efe15f Border Color

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

This div border color is #efe15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe15f


Comments

No comments written yet.

Please login to write comment.