Color Hex Logo

#9cbcf0 Color Hex

#9CBCF0
(156,188,240)
0 Favorites   0 Comments

Color spaces of #9cbcf0

RGB 156188240
HSL0.600.740.78
HSV217°35°94°
CMYK 0.350.220.00   0.06
XYZ47.421749.325689.4595
Yxy49.32560.25470.2649
Hunter Lab70.2322-2.3808-26.3592
CIE-Lab75.65341.5088-29.2974

#9cbcf0 color RGB value is (156,188,240).

#9cbcf0 hex color red value is 156, green value is 188 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #9cbcf0 hue: 0.60 , saturation: 0.74 and the lightness value of 9cbcf0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11110000
Octal 234 274 360
Decimal 156 188 240
Hex 9C BC F0

RGB Percentages of Color #9cbcf0

%26.71
%32.19
%41.10

CMYK Percentages of Color #9cbcf0

%35
%22
%0
%6

Triadic Colors of #9cbcf0

#9cbcf0 #f09cbc #bcf09c

Analogous Colors of #9cbcf0

#9cbcf0 #a69cf0 #9ce6f0

Monochromatic Colors of #9cbcf0

#9cbcf0

Complementary Color

#9cbcf0 #f0d09c

#9cbcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcf0 Color CSS Codes

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

#9cbcf0 Text Font Color

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

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


#9cbcf0 Background Color

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

This div background color is #9cbcf0


#9cbcf0 Border Color

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

This div border color is #9cbcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcf0


Comments

No comments written yet.

Please login to write comment.