Color Hex Logo

#9cbede Color Hex

#9CBEDE
(156,190,222)
0 Favorites   0 Comments

Color spaces of #9cbede

RGB 156190222
HSL0.580.500.74
HSV209°30°87°
CMYK 0.300.140.00   0.13
XYZ45.308649.168876.2097
Yxy49.16880.26540.2881
Hunter Lab70.1205-7.3724-15.3544
CIE-Lab75.5562-4.0522-19.7187

#9cbede color RGB value is (156,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11011110
Octal 234 276 336
Decimal 156 190 222
Hex 9C BE DE

RGB Percentages of Color #9cbede

%27.46
%33.45
%39.08

CMYK Percentages of Color #9cbede

%30
%14
%0
%13

Triadic Colors of #9cbede

#9cbede #de9cbe #bede9c

Analogous Colors of #9cbede

#9cbede #9c9dde #9cdedd

Monochromatic Colors of #9cbede

#9cbede

Complementary Color

#9cbede #debc9c

#9cbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbede Color CSS Codes

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

#9cbede Text Font Color

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

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


#9cbede Background Color

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

This div background color is #9cbede


#9cbede Border Color

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

This div border color is #9cbede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,190,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbede


Comments

No comments written yet.

Please login to write comment.