Color Hex Logo

#efde63 Color Hex

#EFDE63
(239,222,99)
0 Favorites   0 Comments

Color spaces of #efde63

RGB 23922299
HSL0.150.810.66
HSV53°59°94°
CMYK 0.000.070.59   0.06
XYZ63.970071.494122.2325
Yxy71.49410.40570.4534
Hunter Lab84.5542-12.924543.5983
CIE-Lab87.7245-8.911761.0641

#efde63 color RGB value is (239,222,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 01100011
Octal 357 336 143
Decimal 239 222 99
Hex EF DE 63

RGB Percentages of Color #efde63

%42.68
%39.64
%17.68

CMYK Percentages of Color #efde63

%0
%7
%59
%6

Triadic Colors of #efde63

#efde63 #63efde #de63ef

Analogous Colors of #efde63

#efde63 #baef63 #ef9863

Monochromatic Colors of #efde63

#efde63

Complementary Color

#efde63 #6374ef

#efde63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde63 Color CSS Codes

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

#efde63 Text Font Color

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

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


#efde63 Background Color

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

This div background color is #efde63


#efde63 Border Color

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

This div border color is #efde63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde63


Comments

No comments written yet.

Please login to write comment.