Color Hex Logo

#9dbad4 Color Hex

#9DBAD4
(157,186,212)
0 Favorites   0 Comments

Color spaces of #9dbad4

RGB 157186212
HSL0.580.390.72
HSV208°26°83°
CMYK 0.260.120.00   0.17
XYZ43.347247.039469.0822
Yxy47.03940.27180.2950
Hunter Lab68.5853-7.2088-11.7099
CIE-Lab74.2150-3.9904-16.3132

#9dbad4 color RGB value is (157,186,212).

#9dbad4 hex color red value is 157, green value is 186 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #9dbad4 hue: 0.58 , saturation: 0.39 and the lightness value of 9dbad4 is 0.72.

The process color (four color CMYK) of #9dbad4 color hex is 0.26, 0.12, 0.00, 0.17. Web safe color of #9dbad4 is #99cccc. Color #9dbad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11010100
Octal 235 272 324
Decimal 157 186 212
Hex 9D BA D4

RGB Percentages of Color #9dbad4

%28.29
%33.51
%38.20

CMYK Percentages of Color #9dbad4

%26
%12
%0
%17

Triadic Colors of #9dbad4

#9dbad4 #d49dba #bad49d

Analogous Colors of #9dbad4

#9dbad4 #9d9fd4 #9dd4d3

Monochromatic Colors of #9dbad4

#9dbad4

Complementary Color

#9dbad4 #d4b79d

#9dbad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbad4 Color CSS Codes

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

#9dbad4 Text Font Color

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

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


#9dbad4 Background Color

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

This div background color is #9dbad4


#9dbad4 Border Color

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

This div border color is #9dbad4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,186,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbad4


Comments

No comments written yet.

Please login to write comment.