Color Hex Logo

#9bdde1 Color Hex

#9BDDE1
(155,221,225)
0 Favorites   0 Comments

Color spaces of #9bdde1

RGB 155221225
HSL0.510.540.75
HSV183°31°88°
CMYK 0.310.020.00   0.12
XYZ52.964664.117780.8186
Yxy64.11770.26760.3240
Hunter Lab80.0735-22.0599-3.7902
CIE-Lab84.0270-19.6990-8.6238

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

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

The process color (four color CMYK) of #9bdde1 color hex is 0.31, 0.02, 0.00, 0.12. Web safe color of #9bdde1 is #99cccc. Color #9bdde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11100001
Octal 233 335 341
Decimal 155 221 225
Hex 9B DD E1

RGB Percentages of Color #9bdde1

%25.79
%36.77
%37.44

CMYK Percentages of Color #9bdde1

%31
%2
%0
%12

Triadic Colors of #9bdde1

#9bdde1 #e19bdd #dde19b

Analogous Colors of #9bdde1

#9bdde1 #9bbae1 #9be1c2

Monochromatic Colors of #9bdde1

#9bdde1

Complementary Color

#9bdde1 #e19f9b

#9bdde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdde1 Color CSS Codes

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

#9bdde1 Text Font Color

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

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


#9bdde1 Background Color

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

This div background color is #9bdde1


#9bdde1 Border Color

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

This div border color is #9bdde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdde1


Comments

No comments written yet.

Please login to write comment.