Color Hex Logo

#9bddd1 Color Hex

#9BDDD1
(155,221,209)
0 Favorites   0 Comments

Color spaces of #9bddd1

RGB 155221209
HSL0.470.490.74
HSV169°30°87°
CMYK 0.300.000.05   0.13
XYZ50.882663.284969.8550
Yxy63.28490.27650.3439
Hunter Lab79.5518-25.04423.6233
CIE-Lab83.5921-23.2877-0.7843

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11010001
Octal 233 335 321
Decimal 155 221 209
Hex 9B DD D1

RGB Percentages of Color #9bddd1

%26.50
%37.78
%35.73

CMYK Percentages of Color #9bddd1

%30
%0
%5
%13

Triadic Colors of #9bddd1

#9bddd1 #d19bdd #ddd19b

Analogous Colors of #9bddd1

#9bddd1 #9bc8dd #9bddb0

Monochromatic Colors of #9bddd1

#9bddd1

Complementary Color

#9bddd1 #dd9ba7

#9bddd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddd1 Color CSS Codes

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

#9bddd1 Text Font Color

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

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


#9bddd1 Background Color

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

This div background color is #9bddd1


#9bddd1 Border Color

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

This div border color is #9bddd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddd1


Comments

No comments written yet.

Please login to write comment.