Color Hex Logo

#9fbdca Color Hex

#9FBDCA
(159,189,202)
0 Favorites   0 Comments

Color spaces of #9fbdca

RGB 159189202
HSL0.550.290.71
HSV198°21°79°
CMYK 0.210.060.00   0.21
XYZ43.156348.030462.8733
Yxy48.03040.28010.3118
Hunter Lab69.3040-10.1281-5.2757
CIE-Lab74.8441-7.2680-9.9174

#9fbdca color RGB value is (159,189,202).

#9fbdca hex color red value is 159, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9fbdca hue: 0.55 , saturation: 0.29 and the lightness value of 9fbdca is 0.71.

The process color (four color CMYK) of #9fbdca color hex is 0.21, 0.06, 0.00, 0.21. Web safe color of #9fbdca is #99cccc. Color #9fbdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111101 11001010
Octal 237 275 312
Decimal 159 189 202
Hex 9F BD CA

RGB Percentages of Color #9fbdca

%28.91
%34.36
%36.73

CMYK Percentages of Color #9fbdca

%21
%6
%0
%21

Triadic Colors of #9fbdca

#9fbdca #ca9fbd #bdca9f

Analogous Colors of #9fbdca

#9fbdca #9fa8ca #9fcac2

Monochromatic Colors of #9fbdca

#9fbdca

Complementary Color

#9fbdca #caac9f

#9fbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdca Color CSS Codes

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

#9fbdca Text Font Color

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

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


#9fbdca Background Color

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

This div background color is #9fbdca


#9fbdca Border Color

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

This div border color is #9fbdca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,189,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fbdca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fbdca;
  -webkit-box-shadow: 1px 1px 3px 2px #9fbdca;
  box-shadow:         1px 1px 3px 2px #9fbdca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdca


Comments

No comments written yet.

Please login to write comment.