Color Hex Logo

#efb15d Color Hex

#EFB15D
(239,177,93)
0 Favorites   0 Comments

Color spaces of #efb15d

RGB 23917793
HSL0.100.820.65
HSV35°61°94°
CMYK 0.000.260.61   0.06
XYZ53.294550.585317.3109
Yxy50.58530.43980.4174
Hunter Lab71.12339.288735.3556
CIE-Lab76.427113.911751.0102

#efb15d color RGB value is (239,177,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01011101
Octal 357 261 135
Decimal 239 177 93
Hex EF B1 5D

RGB Percentages of Color #efb15d

%46.95
%34.77
%18.27

CMYK Percentages of Color #efb15d

%0
%26
%61
%6

Triadic Colors of #efb15d

#efb15d #5defb1 #b15def

Analogous Colors of #efb15d

#efb15d #e4ef5d #ef685d

Monochromatic Colors of #efb15d

#efb15d

Complementary Color

#efb15d #5d9bef

#efb15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb15d Color CSS Codes

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

#efb15d Text Font Color

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

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


#efb15d Background Color

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

This div background color is #efb15d


#efb15d Border Color

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

This div border color is #efb15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb15d


Comments

No comments written yet.

Please login to write comment.