Color Hex Logo

#efda99 Color Hex

#EFDA99
(239,218,153)
0 Favorites   0 Comments

Color spaces of #efda99

RGB 239218153
HSL0.130.730.77
HSV45°36°94°
CMYK 0.000.090.36   0.06
XYZ66.417870.793440.3009
Yxy70.79340.37420.3988
Hunter Lab84.1388-6.338030.4984
CIE-Lab87.3845-1.927234.6513

#efda99 color RGB value is (239,218,153).

#efda99 hex color red value is 239, green value is 218 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #efda99 hue: 0.13 , saturation: 0.73 and the lightness value of efda99 is 0.77.

The process color (four color CMYK) of #efda99 color hex is 0.00, 0.09, 0.36, 0.06. Web safe color of #efda99 is #ffcc99. Color #efda99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10011001
Octal 357 332 231
Decimal 239 218 153
Hex EF DA 99

RGB Percentages of Color #efda99

%39.18
%35.74
%25.08

CMYK Percentages of Color #efda99

%0
%9
%36
%6

Triadic Colors of #efda99

#efda99 #99efda #da99ef

Analogous Colors of #efda99

#efda99 #d9ef99 #efaf99

Monochromatic Colors of #efda99

#efda99

Complementary Color

#efda99 #99aeef

#efda99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda99 Color CSS Codes

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

#efda99 Text Font Color

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

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


#efda99 Background Color

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

This div background color is #efda99


#efda99 Border Color

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

This div border color is #efda99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda99


Comments

No comments written yet.

Please login to write comment.