Color Hex Logo

#9cb0df Color Hex

#9CB0DF
(156,176,223)
0 Favorites   0 Comments

Color spaces of #9cb0df

RGB 156176223
HSL0.620.510.74
HSV222°30°87°
CMYK 0.300.210.00   0.13
XYZ42.554943.446375.9551
Yxy43.44630.26280.2683
Hunter Lab65.9138-0.1070-22.1826
CIE-Lab71.85683.8146-25.8990

#9cb0df color RGB value is (156,176,223).

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

The process color (four color CMYK) of #9cb0df color hex is 0.30, 0.21, 0.00, 0.13. Web safe color of #9cb0df is #9999cc. Color #9cb0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110000 11011111
Octal 234 260 337
Decimal 156 176 223
Hex 9C B0 DF

RGB Percentages of Color #9cb0df

%28.11
%31.71
%40.18

CMYK Percentages of Color #9cb0df

%30
%21
%0
%13

Triadic Colors of #9cb0df

#9cb0df #df9cb0 #b0df9c

Analogous Colors of #9cb0df

#9cb0df #aa9cdf #9cd2df

Monochromatic Colors of #9cb0df

#9cb0df

Complementary Color

#9cb0df #dfcb9c

#9cb0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb0df Color CSS Codes

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

#9cb0df Text Font Color

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

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


#9cb0df Background Color

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

This div background color is #9cb0df


#9cb0df Border Color

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

This div border color is #9cb0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb0df


Comments

No comments written yet.

Please login to write comment.