Color Hex Logo

#99fdef Color Hex

#99FDEF
(153,253,239)
0 Favorites   0 Comments

Color spaces of #99fdef

RGB 153253239
HSL0.480.960.80
HSV172°40°99°
CMYK 0.400.000.06   0.01
XYZ63.842183.254994.3663
Yxy83.25490.26440.3448
Hunter Lab91.2441-34.78352.5521
CIE-Lab93.1259-32.4858-2.5365

#99fdef color RGB value is (153,253,239).

#99fdef hex color red value is 153, green value is 253 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #99fdef hue: 0.48 , saturation: 0.96 and the lightness value of 99fdef is 0.80.

The process color (four color CMYK) of #99fdef color hex is 0.40, 0.00, 0.06, 0.01. Web safe color of #99fdef is #99ffff. Color #99fdef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111101 11101111
Octal 231 375 357
Decimal 153 253 239
Hex 99 FD EF

RGB Percentages of Color #99fdef

%23.72
%39.22
%37.05

CMYK Percentages of Color #99fdef

%40
%0
%6
%1

Triadic Colors of #99fdef

#99fdef #ef99fd #fdef99

Analogous Colors of #99fdef

#99fdef #99d9fd #99fdbd

Monochromatic Colors of #99fdef

#99fdef

Complementary Color

#99fdef #fd99a7

#99fdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fdef Color CSS Codes

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

#99fdef Text Font Color

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

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


#99fdef Background Color

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

This div background color is #99fdef


#99fdef Border Color

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

This div border color is #99fdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fdef

Related Colors


Comments

No comments written yet.

Please login to write comment.