Color Hex Logo

#9bdcdf Color Hex

#9BDCDF
(155,220,223)
0 Favorites   0 Comments

Color spaces of #9bdcdf

RGB 155220223
HSL0.510.520.74
HSV183°30°87°
CMYK 0.300.010.00   0.13
XYZ52.430163.482779.3021
Yxy63.48270.26860.3252
Hunter Lab79.6760-21.9727-3.2385
CIE-Lab83.6957-19.6597-8.0552

#9bdcdf color RGB value is (155,220,223).

#9bdcdf hex color red value is 155, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9bdcdf hue: 0.51 , saturation: 0.52 and the lightness value of 9bdcdf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011100 11011111
Octal 233 334 337
Decimal 155 220 223
Hex 9B DC DF

RGB Percentages of Color #9bdcdf

%25.92
%36.79
%37.29

CMYK Percentages of Color #9bdcdf

%30
%1
%0
%13

Triadic Colors of #9bdcdf

#9bdcdf #df9bdc #dcdf9b

Analogous Colors of #9bdcdf

#9bdcdf #9bbadf #9bdfc0

Monochromatic Colors of #9bdcdf

#9bdcdf

Complementary Color

#9bdcdf #df9e9b

#9bdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdcdf Color CSS Codes

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

#9bdcdf Text Font Color

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

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


#9bdcdf Background Color

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

This div background color is #9bdcdf


#9bdcdf Border Color

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

This div border color is #9bdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdcdf


Comments

No comments written yet.

Please login to write comment.