Color Hex Logo

#efb26f Color Hex

#EFB26F
(239,178,111)
0 Favorites   0 Comments

Color spaces of #efb26f

RGB 239178111
HSL0.090.800.69
HSV31°54°94°
CMYK 0.000.260.54   0.06
XYZ54.386251.339222.0819
Yxy51.33920.42550.4017
Hunter Lab71.651410.098631.8837
CIE-Lab76.884014.738542.6401

#efb26f color RGB value is (239,178,111).

#efb26f hex color red value is 239, green value is 178 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #efb26f hue: 0.09 , saturation: 0.80 and the lightness value of efb26f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 01101111
Octal 357 262 157
Decimal 239 178 111
Hex EF B2 6F

RGB Percentages of Color #efb26f

%45.27
%33.71
%21.02

CMYK Percentages of Color #efb26f

%0
%26
%54
%6

Triadic Colors of #efb26f

#efb26f #6fefb2 #b26fef

Analogous Colors of #efb26f

#efb26f #ecef6f #ef726f

Monochromatic Colors of #efb26f

#efb26f

Complementary Color

#efb26f #6facef

#efb26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb26f Color CSS Codes

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

#efb26f Text Font Color

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

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


#efb26f Background Color

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

This div background color is #efb26f


#efb26f Border Color

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

This div border color is #efb26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb26f


Comments

No comments written yet.

Please login to write comment.