Color Hex Logo

#efab65 Color Hex

#EFAB65
(239,171,101)
0 Favorites   0 Comments

Color spaces of #efab65

RGB 239171101
HSL0.080.810.67
HSV30°58°94°
CMYK 0.000.280.58   0.06
XYZ52.508548.416118.8897
Yxy48.41610.43820.4041
Hunter Lab69.581712.933732.6114
CIE-Lab75.086617.652745.5005

#efab65 color RGB value is (239,171,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 01100101
Octal 357 253 145
Decimal 239 171 101
Hex EF AB 65

RGB Percentages of Color #efab65

%46.77
%33.46
%19.77

CMYK Percentages of Color #efab65

%0
%28
%58
%6

Triadic Colors of #efab65

#efab65 #65efab #ab65ef

Analogous Colors of #efab65

#efab65 #eeef65 #ef6665

Monochromatic Colors of #efab65

#efab65

Complementary Color

#efab65 #65a9ef

#efab65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab65 Color CSS Codes

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

#efab65 Text Font Color

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

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


#efab65 Background Color

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

This div background color is #efab65


#efab65 Border Color

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

This div border color is #efab65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab65

#efab65 Color Palettes


Comments

No comments written yet.

Please login to write comment.