Color Hex Logo

#9bdde5 Color Hex

#9BDDE5
(155,221,229)
0 Favorites   0 Comments

Color spaces of #9bdde5

RGB 155221229
HSL0.520.590.75
HSV186°32°90°
CMYK 0.320.030.00   0.10
XYZ53.516964.338683.7267
Yxy64.33860.26550.3192
Hunter Lab80.2113-21.2749-5.7405
CIE-Lab84.1418-18.7683-10.5724

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

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

The process color (four color CMYK) of #9bdde5 color hex is 0.32, 0.03, 0.00, 0.10. Web safe color of #9bdde5 is #99cccc. Color #9bdde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 11100101
Octal 233 335 345
Decimal 155 221 229
Hex 9B DD E5

RGB Percentages of Color #9bdde5

%25.62
%36.53
%37.85

CMYK Percentages of Color #9bdde5

%32
%3
%0
%10

Triadic Colors of #9bdde5

#9bdde5 #e59bdd #dde59b

Analogous Colors of #9bdde5

#9bdde5 #9bb8e5 #9be5c8

Monochromatic Colors of #9bdde5

#9bdde5

Complementary Color

#9bdde5 #e5a39b

#9bdde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdde5 Color CSS Codes

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

#9bdde5 Text Font Color

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

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


#9bdde5 Background Color

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

This div background color is #9bdde5


#9bdde5 Border Color

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

This div border color is #9bdde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdde5


Comments

No comments written yet.

Please login to write comment.