Color Hex Logo

#efab68 Color Hex

#EFAB68
(239,171,104)
0 Favorites   0 Comments

Color spaces of #efab68

RGB 239171104
HSL0.080.810.67
HSV30°56°94°
CMYK 0.000.280.56   0.06
XYZ52.658248.476019.6781
Yxy48.47600.43590.4013
Hunter Lab69.624713.159031.9801
CIE-Lab75.124217.880444.0345

#efab68 color RGB value is (239,171,104).

#efab68 hex color red value is 239, green value is 171 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #efab68 hue: 0.08 , saturation: 0.81 and the lightness value of efab68 is 0.67.

The process color (four color CMYK) of #efab68 color hex is 0.00, 0.28, 0.56, 0.06. Web safe color of #efab68 is #ff9966. Color #efab68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 01101000
Octal 357 253 150
Decimal 239 171 104
Hex EF AB 68

RGB Percentages of Color #efab68

%46.50
%33.27
%20.23

CMYK Percentages of Color #efab68

%0
%28
%56
%6

Triadic Colors of #efab68

#efab68 #68efab #ab68ef

Analogous Colors of #efab68

#efab68 #efef68 #ef6869

Monochromatic Colors of #efab68

#efab68

Complementary Color

#efab68 #68acef

#efab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab68 Color CSS Codes

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

#efab68 Text Font Color

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

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


#efab68 Background Color

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

This div background color is #efab68


#efab68 Border Color

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

This div border color is #efab68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab68

#efab68 Color Palettes


Comments

No comments written yet.

Please login to write comment.