Color Hex Logo

#9ccbdf Color Hex

#9CCBDF
(156,203,223)
0 Favorites   0 Comments

Color spaces of #9ccbdf

RGB 156203223
HSL0.550.510.74
HSV198°30°87°
CMYK 0.300.090.00   0.13
XYZ48.385555.107577.8987
Yxy55.10750.26670.3038
Hunter Lab74.2344-13.5651-10.2525
CIE-Lab79.1031-10.6921-14.9056

#9ccbdf color RGB value is (156,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001011 11011111
Octal 234 313 337
Decimal 156 203 223
Hex 9C CB DF

RGB Percentages of Color #9ccbdf

%26.80
%34.88
%38.32

CMYK Percentages of Color #9ccbdf

%30
%9
%0
%13

Triadic Colors of #9ccbdf

#9ccbdf #df9ccb #cbdf9c

Analogous Colors of #9ccbdf

#9ccbdf #9caadf #9cdfd2

Monochromatic Colors of #9ccbdf

#9ccbdf

Complementary Color

#9ccbdf #dfb09c

#9ccbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccbdf Color CSS Codes

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

#9ccbdf Text Font Color

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

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


#9ccbdf Background Color

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

This div background color is #9ccbdf


#9ccbdf Border Color

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

This div border color is #9ccbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,203,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 #9ccbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccbdf


Comments

No comments written yet.

Please login to write comment.