Color Hex Logo

#9bccda Color Hex

#9BCCDA
(155,204,218)
0 Favorites   0 Comments

Color spaces of #9bccda

RGB 155204218
HSL0.540.460.73
HSV193°29°85°
CMYK 0.290.060.00   0.15
XYZ47.765355.216274.4700
Yxy55.21620.26920.3112
Hunter Lab74.3076-15.2976-7.4043
CIE-Lab79.1656-12.6745-12.1340

#9bccda color RGB value is (155,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 11011010
Octal 233 314 332
Decimal 155 204 218
Hex 9B CC DA

RGB Percentages of Color #9bccda

%26.86
%35.36
%37.78

CMYK Percentages of Color #9bccda

%29
%6
%0
%15

Triadic Colors of #9bccda

#9bccda #da9bcc #ccda9b

Analogous Colors of #9bccda

#9bccda #9badda #9bdac9

Monochromatic Colors of #9bccda

#9bccda

Complementary Color

#9bccda #daa99b

#9bccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bccda Color CSS Codes

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

#9bccda Text Font Color

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

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


#9bccda Background Color

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

This div background color is #9bccda


#9bccda Border Color

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

This div border color is #9bccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bccda

#9bccda Color Palettes


Comments

No comments written yet.

Please login to write comment.