Color Hex Logo

#9cbeee Color Hex

#9CBEEE
(156,190,238)
0 Favorites   0 Comments

Color spaces of #9cbeee

RGB 156190238
HSL0.600.710.77
HSV215°34°93°
CMYK 0.340.200.00   0.07
XYZ47.556450.067988.0465
Yxy50.06790.25610.2697
Hunter Lab70.7587-3.8591-24.2447
CIE-Lab76.1109-0.0880-27.5172

#9cbeee color RGB value is (156,190,238).

#9cbeee hex color red value is 156, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9cbeee hue: 0.60 , saturation: 0.71 and the lightness value of 9cbeee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11101110
Octal 234 276 356
Decimal 156 190 238
Hex 9C BE EE

RGB Percentages of Color #9cbeee

%26.71
%32.53
%40.75

CMYK Percentages of Color #9cbeee

%34
%20
%0
%7

Triadic Colors of #9cbeee

#9cbeee #ee9cbe #beee9c

Analogous Colors of #9cbeee

#9cbeee #a39cee #9ce7ee

Monochromatic Colors of #9cbeee

#9cbeee

Complementary Color

#9cbeee #eecc9c

#9cbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbeee Color CSS Codes

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

#9cbeee Text Font Color

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

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


#9cbeee Background Color

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

This div background color is #9cbeee


#9cbeee Border Color

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

This div border color is #9cbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbeee


Comments

No comments written yet.

Please login to write comment.