Color Hex Logo

#efbf57 Color Hex

#EFBF57
(239,191,87)
0 Favorites   0 Comments

Color spaces of #efbf57

RGB 23919187
HSL0.110.830.64
HSV41°64°94°
CMYK 0.000.200.64   0.06
XYZ55.947756.300416.9351
Yxy56.30040.43310.4358
Hunter Lab75.03361.787139.1417
CIE-Lab79.78456.171857.5885

#efbf57 color RGB value is (239,191,87).

#efbf57 hex color red value is 239, green value is 191 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #efbf57 hue: 0.11 , saturation: 0.83 and the lightness value of efbf57 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 01010111
Octal 357 277 127
Decimal 239 191 87
Hex EF BF 57

RGB Percentages of Color #efbf57

%46.23
%36.94
%16.83

CMYK Percentages of Color #efbf57

%0
%20
%64
%6

Triadic Colors of #efbf57

#efbf57 #57efbf #bf57ef

Analogous Colors of #efbf57

#efbf57 #d3ef57 #ef7357

Monochromatic Colors of #efbf57

#efbf57

Complementary Color

#efbf57 #5787ef

#efbf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf57 Color CSS Codes

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

#efbf57 Text Font Color

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

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


#efbf57 Background Color

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

This div background color is #efbf57


#efbf57 Border Color

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

This div border color is #efbf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf57


Comments

No comments written yet.

Please login to write comment.