Color Hex Logo

#efbe6f Color Hex

#EFBE6F
(239,190,111)
0 Favorites   0 Comments

Color spaces of #efbe6f

RGB 239190111
HSL0.100.800.69
HSV37°54°94°
CMYK 0.000.210.54   0.06
XYZ56.879356.325322.9129
Yxy56.32530.41790.4138
Hunter Lab75.05023.944434.4338
CIE-Lab79.79868.424046.2094

#efbe6f color RGB value is (239,190,111).

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

The process color (four color CMYK) of #efbe6f color hex is 0.00, 0.21, 0.54, 0.06. Web safe color of #efbe6f is #ffcc66. Color #efbe6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 01101111
Octal 357 276 157
Decimal 239 190 111
Hex EF BE 6F

RGB Percentages of Color #efbe6f

%44.26
%35.19
%20.56

CMYK Percentages of Color #efbe6f

%0
%21
%54
%6

Triadic Colors of #efbe6f

#efbe6f #6fefbe #be6fef

Analogous Colors of #efbe6f

#efbe6f #e0ef6f #ef7e6f

Monochromatic Colors of #efbe6f

#efbe6f

Complementary Color

#efbe6f #6fa0ef

#efbe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe6f Color CSS Codes

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

#efbe6f Text Font Color

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

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


#efbe6f Background Color

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

This div background color is #efbe6f


#efbe6f Border Color

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

This div border color is #efbe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe6f


Comments

No comments written yet.

Please login to write comment.