Color Hex Logo

#99ffdc Color Hex

#99FFDC
(153,255,220)
0 Favorites   0 Comments

Color spaces of #99ffdc

RGB 153255220
HSL0.441.000.80
HSV159°40°100°
CMYK 0.400.000.14   0.00
XYZ61.815183.459680.5615
Yxy83.45960.27370.3696
Hunter Lab91.3562-39.093511.6651
CIE-Lab93.2153-37.55537.4103

#99ffdc color RGB value is (153,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 11011100
Octal 231 377 334
Decimal 153 255 220
Hex 99 FF DC

RGB Percentages of Color #99ffdc

%24.36
%40.61
%35.03

CMYK Percentages of Color #99ffdc

%40
%0
%14
%0

Triadic Colors of #99ffdc

#99ffdc #dc99ff #ffdc99

Analogous Colors of #99ffdc

#99ffdc #99efff #99ffa9

Monochromatic Colors of #99ffdc

#99ffdc

Complementary Color

#99ffdc #ff99bc

#99ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffdc Color CSS Codes

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

#99ffdc Text Font Color

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

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


#99ffdc Background Color

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

This div background color is #99ffdc


#99ffdc Border Color

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

This div border color is #99ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.