Color Hex Logo

#efe15d Color Hex

#EFE15D
(239,225,93)
0 Favorites   0 Comments

Color spaces of #efe15d

RGB 23922593
HSL0.150.820.65
HSV54°61°94°
CMYK 0.000.060.61   0.06
XYZ64.497672.991521.0453
Yxy72.99150.40680.4604
Hunter Lab85.4351-14.756145.1996
CIE-Lab88.4437-10.810164.4388

#efe15d color RGB value is (239,225,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01011101
Octal 357 341 135
Decimal 239 225 93
Hex EF E1 5D

RGB Percentages of Color #efe15d

%42.91
%40.39
%16.70

CMYK Percentages of Color #efe15d

%0
%6
%61
%6

Triadic Colors of #efe15d

#efe15d #5defe1 #e15def

Analogous Colors of #efe15d

#efe15d #b4ef5d #ef985d

Monochromatic Colors of #efe15d

#efe15d

Complementary Color

#efe15d #5d6bef

#efe15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe15d Color CSS Codes

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

#efe15d Text Font Color

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

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


#efe15d Background Color

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

This div background color is #efe15d


#efe15d Border Color

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

This div border color is #efe15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe15d

#efe15d Color Palettes


Comments

No comments written yet.

Please login to write comment.