Color Hex Logo

#efb981 Color Hex

#EFB981
(239,185,129)
0 Favorites   0 Comments

Color spaces of #efb981

RGB 239185129
HSL0.080.770.72
HSV31°46°94°
CMYK 0.000.230.46   0.06
XYZ56.908054.633628.3148
Yxy54.63360.40690.3906
Hunter Lab73.91458.079629.0277
CIE-Lab78.829712.670935.8416

#efb981 color RGB value is (239,185,129).

#efb981 hex color red value is 239, green value is 185 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #efb981 hue: 0.08 , saturation: 0.77 and the lightness value of efb981 is 0.72.

The process color (four color CMYK) of #efb981 color hex is 0.00, 0.23, 0.46, 0.06. Web safe color of #efb981 is #ffcc99. Color #efb981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10000001
Octal 357 271 201
Decimal 239 185 129
Hex EF B9 81

RGB Percentages of Color #efb981

%43.22
%33.45
%23.33

CMYK Percentages of Color #efb981

%0
%23
%46
%6

Triadic Colors of #efb981

#efb981 #81efb9 #b981ef

Analogous Colors of #efb981

#efb981 #eeef81 #ef8281

Monochromatic Colors of #efb981

#efb981

Complementary Color

#efb981 #81b7ef

#efb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb981 Color CSS Codes

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

#efb981 Text Font Color

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

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


#efb981 Background Color

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

This div background color is #efb981


#efb981 Border Color

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

This div border color is #efb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb981


Comments

No comments written yet.

Please login to write comment.