Color Hex Logo

#9bcdde Color Hex

#9BCDDE
(155,205,222)
0 Favorites   0 Comments

Color spaces of #9bcdde

RGB 155205222
HSL0.540.500.74
HSV195°30°87°
CMYK 0.300.080.00   0.13
XYZ48.533755.905177.3400
Yxy55.90510.26700.3075
Hunter Lab74.7697-14.9810-8.9894
CIE-Lab79.5598-12.2531-13.6896

#9bcdde color RGB value is (155,205,222).

#9bcdde hex color red value is 155, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9bcdde hue: 0.54 , saturation: 0.50 and the lightness value of 9bcdde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001101 11011110
Octal 233 315 336
Decimal 155 205 222
Hex 9B CD DE

RGB Percentages of Color #9bcdde

%26.63
%35.22
%38.14

CMYK Percentages of Color #9bcdde

%30
%8
%0
%13

Triadic Colors of #9bcdde

#9bcdde #de9bcd #cdde9b

Analogous Colors of #9bcdde

#9bcdde #9bacde #9bdece

Monochromatic Colors of #9bcdde

#9bcdde

Complementary Color

#9bcdde #deac9b

#9bcdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcdde Color CSS Codes

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

#9bcdde Text Font Color

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

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


#9bcdde Background Color

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

This div background color is #9bcdde


#9bcdde Border Color

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

This div border color is #9bcdde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,205,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bcdde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bcdde;
  -webkit-box-shadow: 1px 1px 3px 2px #9bcdde;
  box-shadow:         1px 1px 3px 2px #9bcdde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,205,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcdde


Comments

No comments written yet.

Please login to write comment.