Color Hex Logo

#9cbedf Color Hex

#9CBEDF
(156,190,223)
0 Favorites   0 Comments

Color spaces of #9cbedf

RGB 156190223
HSL0.580.510.74
HSV210°30°87°
CMYK 0.300.150.00   0.13
XYZ45.443049.222576.9178
Yxy49.22250.26480.2869
Hunter Lab70.1587-7.1604-15.8908
CIE-Lab75.5895-3.8100-20.2096

#9cbedf color RGB value is (156,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11011111
Octal 234 276 337
Decimal 156 190 223
Hex 9C BE DF

RGB Percentages of Color #9cbedf

%27.42
%33.39
%39.19

CMYK Percentages of Color #9cbedf

%30
%15
%0
%13

Triadic Colors of #9cbedf

#9cbedf #df9cbe #bedf9c

Analogous Colors of #9cbedf

#9cbedf #9c9ddf #9cdfdf

Monochromatic Colors of #9cbedf

#9cbedf

Complementary Color

#9cbedf #dfbd9c

#9cbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbedf Color CSS Codes

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

#9cbedf Text Font Color

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

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


#9cbedf Background Color

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

This div background color is #9cbedf


#9cbedf Border Color

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

This div border color is #9cbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbedf


Comments

No comments written yet.

Please login to write comment.