Color Hex Logo

#9bdee0 Color Hex

#9BDEE0
(155,222,224)
0 Favorites   0 Comments

Color spaces of #9bdee0

RGB 155222224
HSL0.500.530.74
HSV182°31°88°
CMYK 0.310.010.00   0.12
XYZ53.093464.592980.1904
Yxy64.59290.26830.3264
Hunter Lab80.3697-22.7273-2.8989
CIE-Lab84.2735-20.4283-7.7284

#9bdee0 color RGB value is (155,222,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 11100000
Octal 233 336 340
Decimal 155 222 224
Hex 9B DE E0

RGB Percentages of Color #9bdee0

%25.79
%36.94
%37.27

CMYK Percentages of Color #9bdee0

%31
%1
%0
%12

Triadic Colors of #9bdee0

#9bdee0 #e09bde #dee09b

Analogous Colors of #9bdee0

#9bdee0 #9bbce0 #9be0c0

Monochromatic Colors of #9bdee0

#9bdee0

Complementary Color

#9bdee0 #e09d9b

#9bdee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdee0 Color CSS Codes

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

#9bdee0 Text Font Color

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

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


#9bdee0 Background Color

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

This div background color is #9bdee0


#9bdee0 Border Color

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

This div border color is #9bdee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdee0


Comments

No comments written yet.

Please login to write comment.