Color Hex Logo

#effd68 Color Hex

#EFFD68
(239,253,104)
0 Favorites   0 Comments

Color spaces of #effd68

RGB 239253104
HSL0.180.970.70
HSV66°59°99°
CMYK 0.060.000.59   0.01
XYZ73.220689.600826.5322
Yxy89.60080.38670.4732
Hunter Lab94.6577-27.575849.6416
CIE-Lab95.8309-23.675367.8913

#effd68 color RGB value is (239,253,104).

#effd68 hex color red value is 239, green value is 253 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #effd68 hue: 0.18 , saturation: 0.97 and the lightness value of effd68 is 0.70.

The process color (four color CMYK) of #effd68 color hex is 0.06, 0.00, 0.59, 0.01. Web safe color of #effd68 is #ffff66. Color #effd68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01101000
Octal 357 375 150
Decimal 239 253 104
Hex EF FD 68

RGB Percentages of Color #effd68

%40.10
%42.45
%17.45

CMYK Percentages of Color #effd68

%6
%0
%59
%1

Triadic Colors of #effd68

#effd68 #68effd #fd68ef

Analogous Colors of #effd68

#effd68 #a5fd68 #fdc168

Monochromatic Colors of #effd68

#effd68

Complementary Color

#effd68 #7668fd

#effd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd68 Color CSS Codes

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

#effd68 Text Font Color

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

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


#effd68 Background Color

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

This div background color is #effd68


#effd68 Border Color

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

This div border color is #effd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd68


Comments

No comments written yet.

Please login to write comment.