Color Hex Logo

#99bded Color Hex

#99BDED
(153,189,237)
0 Favorites   0 Comments

Color spaces of #99bded

RGB 153189237
HSL0.600.700.76
HSV214°35°93°
CMYK 0.350.200.00   0.07
XYZ46.620549.281987.1760
Yxy49.28190.25460.2692
Hunter Lab70.2011-4.3101-24.4858
CIE-Lab75.6264-0.6206-27.7365

#99bded color RGB value is (153,189,237).

#99bded hex color red value is 153, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #99bded hue: 0.60 , saturation: 0.70 and the lightness value of 99bded is 0.76.

The process color (four color CMYK) of #99bded color hex is 0.35, 0.20, 0.00, 0.07. Web safe color of #99bded is #99ccff. Color #99bded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111101 11101101
Octal 231 275 355
Decimal 153 189 237
Hex 99 BD ED

RGB Percentages of Color #99bded

%26.42
%32.64
%40.93

CMYK Percentages of Color #99bded

%35
%20
%0
%7

Triadic Colors of #99bded

#99bded #ed99bd #bded99

Analogous Colors of #99bded

#99bded #9f99ed #99e7ed

Monochromatic Colors of #99bded

#99bded

Complementary Color

#99bded #edc999

#99bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bded Color CSS Codes

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

#99bded Text Font Color

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

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


#99bded Background Color

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

This div background color is #99bded


#99bded Border Color

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

This div border color is #99bded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bded


Comments

No comments written yet.

Please login to write comment.