Color Hex Logo

#9bdedd Color Hex

#9BDEDD
(155,222,221)
0 Favorites   0 Comments

Color spaces of #9bdedd

RGB 155222221
HSL0.500.500.74
HSV179°30°87°
CMYK 0.300.000.00   0.13
XYZ52.690064.431678.0661
Yxy64.43160.26990.3301
Hunter Lab80.2693-23.3011-1.4741
CIE-Lab84.1900-21.1137-6.2632

#9bdedd color RGB value is (155,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 11011101
Octal 233 336 335
Decimal 155 222 221
Hex 9B DE DD

RGB Percentages of Color #9bdedd

%25.92
%37.12
%36.96

CMYK Percentages of Color #9bdedd

%30
%0
%0
%13

Triadic Colors of #9bdedd

#9bdedd #dd9bde #dedd9b

Analogous Colors of #9bdedd

#9bdedd #9bbede #9bdebc

Monochromatic Colors of #9bdedd

#9bdedd

Complementary Color

#9bdedd #de9b9c

#9bdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdedd Color CSS Codes

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

#9bdedd Text Font Color

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

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


#9bdedd Background Color

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

This div background color is #9bdedd


#9bdedd Border Color

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

This div border color is #9bdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdedd


Comments

No comments written yet.

Please login to write comment.