Color Hex Logo

#9bcdda Color Hex

#9BCDDA
(155,205,218)
0 Favorites   0 Comments

Color spaces of #9bcdda

RGB 155205218
HSL0.530.460.73
HSV192°29°85°
CMYK 0.290.060.00   0.15
XYZ48.003855.693274.5495
Yxy55.69320.26930.3125
Hunter Lab74.6279-15.7801-6.9882
CIE-Lab79.4389-13.1918-11.7255

#9bcdda color RGB value is (155,205,218).

#9bcdda hex color red value is 155, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9bcdda hue: 0.53 , saturation: 0.46 and the lightness value of 9bcdda is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001101 11011010
Octal 233 315 332
Decimal 155 205 218
Hex 9B CD DA

RGB Percentages of Color #9bcdda

%26.82
%35.47
%37.72

CMYK Percentages of Color #9bcdda

%29
%6
%0
%15

Triadic Colors of #9bcdda

#9bcdda #da9bcd #cdda9b

Analogous Colors of #9bcdda

#9bcdda #9baeda #9bdac8

Monochromatic Colors of #9bcdda

#9bcdda

Complementary Color

#9bcdda #daa89b

#9bcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcdda Color CSS Codes

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

#9bcdda Text Font Color

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

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


#9bcdda Background Color

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

This div background color is #9bcdda


#9bcdda Border Color

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

This div border color is #9bcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcdda


Comments

No comments written yet.

Please login to write comment.