Color Hex Logo

#99bbd2 Color Hex

#99BBD2
(153,187,210)
0 Favorites   0 Comments

Color spaces of #99bbd2

RGB 153187210
HSL0.570.390.71
HSV204°27°82°
CMYK 0.270.110.00   0.18
XYZ42.540146.966167.7960
Yxy46.96610.27040.2986
Hunter Lab68.5318-9.1295-10.6811
CIE-Lab74.1681-6.1920-15.3208

#99bbd2 color RGB value is (153,187,210).

#99bbd2 hex color red value is 153, green value is 187 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #99bbd2 hue: 0.57 , saturation: 0.39 and the lightness value of 99bbd2 is 0.71.

The process color (four color CMYK) of #99bbd2 color hex is 0.27, 0.11, 0.00, 0.18. Web safe color of #99bbd2 is #99cccc. Color #99bbd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111011 11010010
Octal 231 273 322
Decimal 153 187 210
Hex 99 BB D2

RGB Percentages of Color #99bbd2

%27.82
%34.00
%38.18

CMYK Percentages of Color #99bbd2

%27
%11
%0
%18

Triadic Colors of #99bbd2

#99bbd2 #d299bb #bbd299

Analogous Colors of #99bbd2

#99bbd2 #999fd2 #99d2cd

Monochromatic Colors of #99bbd2

#99bbd2

Complementary Color

#99bbd2 #d2b099

#99bbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bbd2 Color CSS Codes

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

#99bbd2 Text Font Color

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

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


#99bbd2 Background Color

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

This div background color is #99bbd2


#99bbd2 Border Color

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

This div border color is #99bbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bbd2


Comments

No comments written yet.

Please login to write comment.