Color Hex Logo

#99dad7 Color Hex

#99DAD7
(153,218,215)
0 Favorites   0 Comments

Color spaces of #99dad7

RGB 153218215
HSL0.490.470.73
HSV177°30°85°
CMYK 0.300.000.01   0.15
XYZ50.474061.821473.5624
Yxy61.82140.27160.3326
Hunter Lab78.6266-23.0092-0.4326
CIE-Lab82.8184-21.0424-5.1174

#99dad7 color RGB value is (153,218,215).

#99dad7 hex color red value is 153, green value is 218 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #99dad7 hue: 0.49 , saturation: 0.47 and the lightness value of 99dad7 is 0.73.

The process color (four color CMYK) of #99dad7 color hex is 0.30, 0.00, 0.01, 0.15. Web safe color of #99dad7 is #99cccc. Color #99dad7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011010 11010111
Octal 231 332 327
Decimal 153 218 215
Hex 99 DA D7

RGB Percentages of Color #99dad7

%26.11
%37.20
%36.69

CMYK Percentages of Color #99dad7

%30
%0
%1
%15

Triadic Colors of #99dad7

#99dad7 #d799da #dad799

Analogous Colors of #99dad7

#99dad7 #99bdda #99dab7

Monochromatic Colors of #99dad7

#99dad7

Complementary Color

#99dad7 #da999c

#99dad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dad7 Color CSS Codes

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

#99dad7 Text Font Color

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

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


#99dad7 Background Color

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

This div background color is #99dad7


#99dad7 Border Color

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

This div border color is #99dad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dad7


Comments

No comments written yet.

Please login to write comment.