Color Hex Logo

#99bdda Color Hex

#99BDDA
(153,189,218)
0 Favorites   0 Comments

Color spaces of #99bdda

RGB 153189218
HSL0.570.470.73
HSV207°30°85°
CMYK 0.300.130.00   0.15
XYZ43.989448.229573.3204
Yxy48.22950.26570.2913
Hunter Lab69.4475-8.4676-13.9833
CIE-Lab74.9695-5.3512-18.4573

#99bdda color RGB value is (153,189,218).

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

The process color (four color CMYK) of #99bdda color hex is 0.30, 0.13, 0.00, 0.15. Web safe color of #99bdda is #99cccc. Color #99bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111101 11011010
Octal 231 275 332
Decimal 153 189 218
Hex 99 BD DA

RGB Percentages of Color #99bdda

%27.32
%33.75
%38.93

CMYK Percentages of Color #99bdda

%30
%13
%0
%15

Triadic Colors of #99bdda

#99bdda #da99bd #bdda99

Analogous Colors of #99bdda

#99bdda #999dda #99dad7

Monochromatic Colors of #99bdda

#99bdda

Complementary Color

#99bdda #dab699

#99bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bdda Color CSS Codes

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

#99bdda Text Font Color

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

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


#99bdda Background Color

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

This div background color is #99bdda


#99bdda Border Color

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

This div border color is #99bdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,189,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 #99bdda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bdda


Comments

No comments written yet.

Please login to write comment.