Color Hex Logo

#effd64 Color Hex

#EFFD64
(239,253,100)
0 Favorites   0 Comments

Color spaces of #effd64

RGB 239253100
HSL0.180.970.69
HSV65°60°99°
CMYK 0.060.000.60   0.01
XYZ73.022189.521425.4873
Yxy89.52140.38840.4761
Hunter Lab94.6157-27.815750.2597
CIE-Lab95.7979-23.947469.4962

#effd64 color RGB value is (239,253,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 01100100
Octal 357 375 144
Decimal 239 253 100
Hex EF FD 64

RGB Percentages of Color #effd64

%40.37
%42.74
%16.89

CMYK Percentages of Color #effd64

%6
%0
%60
%1

Triadic Colors of #effd64

#effd64 #64effd #fd64ef

Analogous Colors of #effd64

#effd64 #a3fd64 #fdbf64

Monochromatic Colors of #effd64

#effd64

Complementary Color

#effd64 #7264fd

#effd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effd64 Color CSS Codes

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

#effd64 Text Font Color

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

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


#effd64 Background Color

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

This div background color is #effd64


#effd64 Border Color

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

This div border color is #effd64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effd64

Related Colors


Comments

No comments written yet.

Please login to write comment.