Color Hex Logo

#eff965 Color Hex

#EFF965
(239,249,101)
0 Favorites   0 Comments

Color spaces of #eff965

RGB 239249101
HSL0.180.930.69
HSV64°59°98°
CMYK 0.040.000.59   0.02
XYZ71.821287.041725.3273
Yxy87.04170.38990.4726
Hunter Lab93.2961-25.855449.2117
CIE-Lab94.7560-21.980667.9582

#eff965 color RGB value is (239,249,101).

#eff965 hex color red value is 239, green value is 249 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #eff965 hue: 0.18 , saturation: 0.93 and the lightness value of eff965 is 0.69.

The process color (four color CMYK) of #eff965 color hex is 0.04, 0.00, 0.59, 0.02. Web safe color of #eff965 is #ffff66. Color #eff965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 01100101
Octal 357 371 145
Decimal 239 249 101
Hex EF F9 65

RGB Percentages of Color #eff965

%40.58
%42.28
%17.15

CMYK Percentages of Color #eff965

%4
%0
%59
%2

Triadic Colors of #eff965

#eff965 #65eff9 #f965ef

Analogous Colors of #eff965

#eff965 #a5f965 #f9b965

Monochromatic Colors of #eff965

#eff965

Complementary Color

#eff965 #6f65f9

#eff965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff965 Color CSS Codes

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

#eff965 Text Font Color

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

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


#eff965 Background Color

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

This div background color is #eff965


#eff965 Border Color

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

This div border color is #eff965


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,249,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 #eff965">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff965


Comments

No comments written yet.

Please login to write comment.