Color Hex Logo

#efb063 Color Hex

#EFB063
(239,176,99)
0 Favorites   0 Comments

Color spaces of #efb063

RGB 23917699
HSL0.090.810.66
HSV33°59°94°
CMYK 0.000.260.59   0.06
XYZ53.374150.302218.7006
Yxy50.30220.43610.4110
Hunter Lab70.924010.213634.0138
CIE-Lab76.254414.861447.8873

#efb063 color RGB value is (239,176,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 01100011
Octal 357 260 143
Decimal 239 176 99
Hex EF B0 63

RGB Percentages of Color #efb063

%46.50
%34.24
%19.26

CMYK Percentages of Color #efb063

%0
%26
%59
%6

Triadic Colors of #efb063

#efb063 #63efb0 #b063ef

Analogous Colors of #efb063

#efb063 #e8ef63 #ef6a63

Monochromatic Colors of #efb063

#efb063

Complementary Color

#efb063 #63a2ef

#efb063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb063 Color CSS Codes

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

#efb063 Text Font Color

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

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


#efb063 Background Color

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

This div background color is #efb063


#efb063 Border Color

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

This div border color is #efb063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb063


Comments

No comments written yet.

Please login to write comment.