Color Hex Logo

#9bcced Color Hex

#9BCCED
(155,204,237)
0 Favorites   0 Comments

Color spaces of #9bcced

RGB 155204237
HSL0.570.690.77
HSV204°35°93°
CMYK 0.350.140.00   0.07
XYZ50.396556.268788.3255
Yxy56.26870.25850.2886
Hunter Lab75.0125-11.3481-17.3039
CIE-Lab79.7665-8.0952-21.4110

#9bcced color RGB value is (155,204,237).

#9bcced hex color red value is 155, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9bcced hue: 0.57 , saturation: 0.69 and the lightness value of 9bcced is 0.77.

The process color (four color CMYK) of #9bcced color hex is 0.35, 0.14, 0.00, 0.07. Web safe color of #9bcced is #99ccff. Color #9bcced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 11101101
Octal 233 314 355
Decimal 155 204 237
Hex 9B CC ED

RGB Percentages of Color #9bcced

%26.01
%34.23
%39.77

CMYK Percentages of Color #9bcced

%35
%14
%0
%7

Triadic Colors of #9bcced

#9bcced #ed9bcc #cced9b

Analogous Colors of #9bcced

#9bcced #9ba3ed #9bede5

Monochromatic Colors of #9bcced

#9bcced

Complementary Color

#9bcced #edbc9b

#9bcced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcced Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcced Color CSS Codes

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

#9bcced Text Font Color

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

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


#9bcced Background Color

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

This div background color is #9bcced


#9bcced Border Color

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

This div border color is #9bcced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcced


Comments

No comments written yet.

Please login to write comment.