Color Hex Logo

#efb164 Color Hex

#EFB164
(239,177,100)
0 Favorites   0 Comments

Color spaces of #efb164

RGB 239177100
HSL0.090.810.66
HSV33°58°94°
CMYK 0.000.260.58   0.06
XYZ53.619050.715119.0196
Yxy50.71510.43470.4111
Hunter Lab71.21459.771234.0153
CIE-Lab76.506114.406347.6928

#efb164 color RGB value is (239,177,100).

#efb164 hex color red value is 239, green value is 177 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #efb164 hue: 0.09 , saturation: 0.81 and the lightness value of efb164 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01100100
Octal 357 261 144
Decimal 239 177 100
Hex EF B1 64

RGB Percentages of Color #efb164

%46.32
%34.30
%19.38

CMYK Percentages of Color #efb164

%0
%26
%58
%6

Triadic Colors of #efb164

#efb164 #64efb1 #b164ef

Analogous Colors of #efb164

#efb164 #e8ef64 #ef6c64

Monochromatic Colors of #efb164

#efb164

Complementary Color

#efb164 #64a2ef

#efb164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb164 Color CSS Codes

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

#efb164 Text Font Color

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

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


#efb164 Background Color

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

This div background color is #efb164


#efb164 Border Color

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

This div border color is #efb164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb164


Comments

No comments written yet.

Please login to write comment.