Color Hex Logo

#efe660 Color Hex

#EFE660
(239,230,96)
0 Favorites   0 Comments

Color spaces of #efe660

RGB 23923096
HSL0.160.820.66
HSV56°60°94°
CMYK 0.000.040.60   0.06
XYZ66.004775.788922.2162
Yxy75.78890.40240.4621
Hunter Lab87.0568-17.014445.8094
CIE-Lab89.7612-13.093464.6045

#efe660 color RGB value is (239,230,96).

#efe660 hex color red value is 239, green value is 230 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #efe660 hue: 0.16 , saturation: 0.82 and the lightness value of efe660 is 0.66.

The process color (four color CMYK) of #efe660 color hex is 0.00, 0.04, 0.60, 0.06. Web safe color of #efe660 is #ffff66. Color #efe660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01100000
Octal 357 346 140
Decimal 239 230 96
Hex EF E6 60

RGB Percentages of Color #efe660

%42.30
%40.71
%16.99

CMYK Percentages of Color #efe660

%0
%4
%60
%6

Triadic Colors of #efe660

#efe660 #60efe6 #e660ef

Analogous Colors of #efe660

#efe660 #b1ef60 #ef9f60

Monochromatic Colors of #efe660

#efe660

Complementary Color

#efe660 #6069ef

#efe660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe660 Color CSS Codes

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

#efe660 Text Font Color

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

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


#efe660 Background Color

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

This div background color is #efe660


#efe660 Border Color

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

This div border color is #efe660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe660


Comments

No comments written yet.

Please login to write comment.