Color Hex Logo

#9cbeef Color Hex

#9CBEEF
(156,190,239)
0 Favorites   0 Comments

Color spaces of #9cbeef

RGB 156190239
HSL0.600.720.77
HSV215°35°94°
CMYK 0.350.210.00   0.06
XYZ47.703750.126888.8225
Yxy50.12680.25560.2686
Hunter Lab70.8003-3.6311-24.8221
CIE-Lab76.14700.1658-28.0007

#9cbeef color RGB value is (156,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11101111
Octal 234 276 357
Decimal 156 190 239
Hex 9C BE EF

RGB Percentages of Color #9cbeef

%26.67
%32.48
%40.85

CMYK Percentages of Color #9cbeef

%35
%21
%0
%6

Triadic Colors of #9cbeef

#9cbeef #ef9cbe #beef9c

Analogous Colors of #9cbeef

#9cbeef #a49cef #9ce8ef

Monochromatic Colors of #9cbeef

#9cbeef

Complementary Color

#9cbeef #efcd9c

#9cbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbeef Color CSS Codes

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

#9cbeef Text Font Color

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

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


#9cbeef Background Color

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

This div background color is #9cbeef


#9cbeef Border Color

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

This div border color is #9cbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbeef


Comments

No comments written yet.

Please login to write comment.