Color Hex Logo

#9dbbda Color Hex

#9DBBDA
(157,187,218)
0 Favorites   0 Comments

Color spaces of #9dbbda

RGB 157187218
HSL0.580.450.74
HSV210°28°85°
CMYK 0.280.140.00   0.15
XYZ44.329847.770773.2139
Yxy47.77070.26820.2890
Hunter Lab69.1164-6.4674-14.4235
CIE-Lab74.6801-3.1088-18.8713

#9dbbda color RGB value is (157,187,218).

#9dbbda hex color red value is 157, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9dbbda hue: 0.58 , saturation: 0.45 and the lightness value of 9dbbda is 0.74.

The process color (four color CMYK) of #9dbbda color hex is 0.28, 0.14, 0.00, 0.15. Web safe color of #9dbbda is #99cccc. Color #9dbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111011 11011010
Octal 235 273 332
Decimal 157 187 218
Hex 9D BB DA

RGB Percentages of Color #9dbbda

%27.94
%33.27
%38.79

CMYK Percentages of Color #9dbbda

%28
%14
%0
%15

Triadic Colors of #9dbbda

#9dbbda #da9dbb #bbda9d

Analogous Colors of #9dbbda

#9dbbda #9e9dda #9ddada

Monochromatic Colors of #9dbbda

#9dbbda

Complementary Color

#9dbbda #dabc9d

#9dbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbbda Color CSS Codes

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

#9dbbda Text Font Color

<p style="color:#9dbbda">Text here</p>

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


#9dbbda Background Color

<div style="background-color:#9dbbda">
Div content here</div>

This div background color is #9dbbda


#9dbbda Border Color

<div style="border:3px solid #9dbbda">
Div here</div>

This div border color is #9dbbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,187,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dbbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dbbda;
  -webkit-box-shadow: 1px 1px 3px 2px #9dbbda;
  box-shadow:         1px 1px 3px 2px #9dbbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,187,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 #9dbbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbbda


Comments

No comments written yet.

Please login to write comment.