Color Hex Logo

#efb27f Color Hex

#EFB27F
(239,178,127)
0 Favorites   0 Comments

Color spaces of #efb27f

RGB 239178127
HSL0.080.780.72
HSV27°47°94°
CMYK 0.000.260.47   0.06
XYZ55.347851.723827.1452
Yxy51.72380.41240.3854
Hunter Lab71.919311.511827.9651
CIE-Lab77.115416.173434.6683

#efb27f color RGB value is (239,178,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 01111111
Octal 357 262 177
Decimal 239 178 127
Hex EF B2 7F

RGB Percentages of Color #efb27f

%43.93
%32.72
%23.35

CMYK Percentages of Color #efb27f

%0
%26
%47
%6

Triadic Colors of #efb27f

#efb27f #7fefb2 #b27fef

Analogous Colors of #efb27f

#efb27f #efea7f #ef7f84

Monochromatic Colors of #efb27f

#efb27f

Complementary Color

#efb27f #7fbcef

#efb27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb27f Color CSS Codes

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

#efb27f Text Font Color

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

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


#efb27f Background Color

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

This div background color is #efb27f


#efb27f Border Color

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

This div border color is #efb27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb27f


Comments

No comments written yet.

Please login to write comment.