Color Hex Logo

#efe16a Color Hex

#EFE16A
(239,225,106)
0 Favorites   0 Comments

Color spaces of #efe16a

RGB 239225106
HSL0.150.810.68
HSV54°56°94°
CMYK 0.000.060.56   0.06
XYZ65.123373.241824.3404
Yxy73.24180.40030.4501
Hunter Lab85.5814-13.937743.0442
CIE-Lab88.5629-9.907958.8994

#efe16a color RGB value is (239,225,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01101010
Octal 357 341 152
Decimal 239 225 106
Hex EF E1 6A

RGB Percentages of Color #efe16a

%41.93
%39.47
%18.60

CMYK Percentages of Color #efe16a

%0
%6
%56
%6

Triadic Colors of #efe16a

#efe16a #6aefe1 #e16aef

Analogous Colors of #efe16a

#efe16a #bbef6a #ef9f6a

Monochromatic Colors of #efe16a

#efe16a

Complementary Color

#efe16a #6a78ef

#efe16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe16a Color CSS Codes

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

#efe16a Text Font Color

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

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


#efe16a Background Color

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

This div background color is #efe16a


#efe16a Border Color

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

This div border color is #efe16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe16a


Comments

No comments written yet.

Please login to write comment.