Color Hex Logo

#9bdddd Color Hex

#9BDDDD
(155,221,221)
0 Favorites   0 Comments

Color spaces of #9bdddd

RGB 155221221
HSL0.500.490.74
HSV180°30°87°
CMYK 0.300.000.00   0.13
XYZ52.425263.901977.9778
Yxy63.90190.26980.3289
Hunter Lab79.9387-22.8292-1.8786
CIE-Lab83.9147-20.6163-6.6704

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11011101
Octal 233 335 335
Decimal 155 221 221
Hex 9B DD DD

RGB Percentages of Color #9bdddd

%25.96
%37.02
%37.02

CMYK Percentages of Color #9bdddd

%30
%0
%0
%13

Triadic Colors of #9bdddd

#9bdddd #dd9bdd #dddd9b

Analogous Colors of #9bdddd

#9bdddd #9bbcdd #9bddbc

Monochromatic Colors of #9bdddd

#9bdddd

Complementary Color

#9bdddd #dd9b9b

#9bdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdddd Color CSS Codes

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

#9bdddd Text Font Color

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

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


#9bdddd Background Color

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

This div background color is #9bdddd


#9bdddd Border Color

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

This div border color is #9bdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdddd


Comments

No comments written yet.

Please login to write comment.