Color Hex Logo

#9bcedd Color Hex

#9BCEDD
(155,206,221)
0 Favorites   0 Comments

Color spaces of #9bcedd

RGB 155206221
HSL0.540.490.74
HSV194°30°87°
CMYK 0.300.070.00   0.13
XYZ48.640056.331676.7161
Yxy56.33160.26770.3100
Hunter Lab75.0544-15.6658-8.0646
CIE-Lab79.8022-13.0063-12.7906

#9bcedd color RGB value is (155,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11011101
Octal 233 316 335
Decimal 155 206 221
Hex 9B CE DD

RGB Percentages of Color #9bcedd

%26.63
%35.40
%37.97

CMYK Percentages of Color #9bcedd

%30
%7
%0
%13

Triadic Colors of #9bcedd

#9bcedd #dd9bce #cedd9b

Analogous Colors of #9bcedd

#9bcedd #9baddd #9bddcb

Monochromatic Colors of #9bcedd

#9bcedd

Complementary Color

#9bcedd #ddaa9b

#9bcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcedd Color CSS Codes

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

#9bcedd Text Font Color

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

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


#9bcedd Background Color

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

This div background color is #9bcedd


#9bcedd Border Color

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

This div border color is #9bcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcedd


Comments

No comments written yet.

Please login to write comment.