Color Hex Logo

#efe16c Color Hex

#EFE16C
(239,225,108)
0 Favorites   0 Comments

Color spaces of #efe16c

RGB 239225108
HSL0.150.800.68
HSV54°55°94°
CMYK 0.000.060.55   0.06
XYZ65.228673.283924.8946
Yxy73.28390.39920.4485
Hunter Lab85.6060-13.800242.6824
CIE-Lab88.5829-9.756858.0196

#efe16c color RGB value is (239,225,108).

#efe16c hex color red value is 239, green value is 225 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #efe16c hue: 0.15 , saturation: 0.80 and the lightness value of efe16c is 0.68.

The process color (four color CMYK) of #efe16c color hex is 0.00, 0.06, 0.55, 0.06. Web safe color of #efe16c is #ffcc66. Color #efe16c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01101100
Octal 357 341 154
Decimal 239 225 108
Hex EF E1 6C

RGB Percentages of Color #efe16c

%41.78
%39.34
%18.88

CMYK Percentages of Color #efe16c

%0
%6
%55
%6

Triadic Colors of #efe16c

#efe16c #6cefe1 #e16cef

Analogous Colors of #efe16c

#efe16c #bcef6c #efa06c

Monochromatic Colors of #efe16c

#efe16c

Complementary Color

#efe16c #6c7aef

#efe16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe16c Color CSS Codes

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

#efe16c Text Font Color

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

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


#efe16c Background Color

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

This div background color is #efe16c


#efe16c Border Color

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

This div border color is #efe16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe16c


Comments

No comments written yet.

Please login to write comment.