Color Hex Logo

#efae66 Color Hex

#EFAE66
(239,174,102)
0 Favorites   0 Comments

Color spaces of #efae66

RGB 239174102
HSL0.090.810.67
HSV32°57°94°
CMYK 0.000.270.57   0.06
XYZ53.130949.582119.3404
Yxy49.58210.43530.4062
Hunter Lab70.414611.460733.0053
CIE-Lab75.812016.140645.8710

#efae66 color RGB value is (239,174,102).

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

The process color (four color CMYK) of #efae66 color hex is 0.00, 0.27, 0.57, 0.06. Web safe color of #efae66 is #ff9966. Color #efae66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 01100110
Octal 357 256 146
Decimal 239 174 102
Hex EF AE 66

RGB Percentages of Color #efae66

%46.41
%33.79
%19.81

CMYK Percentages of Color #efae66

%0
%27
%57
%6

Triadic Colors of #efae66

#efae66 #66efae #ae66ef

Analogous Colors of #efae66

#efae66 #ecef66 #ef6a66

Monochromatic Colors of #efae66

#efae66

Complementary Color

#efae66 #66a7ef

#efae66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae66 Color CSS Codes

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

#efae66 Text Font Color

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

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


#efae66 Background Color

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

This div background color is #efae66


#efae66 Border Color

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

This div border color is #efae66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae66


Comments

No comments written yet.

Please login to write comment.