Color Hex Logo

#99fdda Color Hex

#99FDDA
(153,253,218)
0 Favorites   0 Comments

Color spaces of #99fdda

RGB 153253218
HSL0.440.960.80
HSV159°40°99°
CMYK 0.400.000.14   0.01
XYZ60.917082.084878.9630
Yxy82.08480.27440.3698
Hunter Lab90.6007-38.533411.7463
CIE-Lab92.6123-37.06437.5750

#99fdda color RGB value is (153,253,218).

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

The process color (four color CMYK) of #99fdda color hex is 0.40, 0.00, 0.14, 0.01. Web safe color of #99fdda is #99ffcc. Color #99fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111101 11011010
Octal 231 375 332
Decimal 153 253 218
Hex 99 FD DA

RGB Percentages of Color #99fdda

%24.52
%40.54
%34.94

CMYK Percentages of Color #99fdda

%40
%0
%14
%1

Triadic Colors of #99fdda

#99fdda #da99fd #fdda99

Analogous Colors of #99fdda

#99fdda #99eefd #99fda8

Monochromatic Colors of #99fdda

#99fdda

Complementary Color

#99fdda #fd99bc

#99fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fdda Color CSS Codes

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

#99fdda Text Font Color

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

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


#99fdda Background Color

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

This div background color is #99fdda


#99fdda Border Color

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

This div border color is #99fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fdda


Comments

No comments written yet.

Please login to write comment.