Color Hex Logo

#8cc9fb Color Hex

#8CC9FB
(140,201,251)
0 Favorites   0 Comments

Color spaces of #8cc9fb

RGB 140201251
HSL0.580.930.77
HSV207°44°98°
CMYK 0.440.200.00   0.02
XYZ49.114454.313899.1618
Yxy54.31380.24240.2681
Hunter Lab73.6979-10.0138-28.1872
CIE-Lab78.6444-6.7197-30.6815

#8cc9fb color RGB value is (140,201,251).

#8cc9fb hex color red value is 140, green value is 201 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8cc9fb hue: 0.58 , saturation: 0.93 and the lightness value of 8cc9fb is 0.77.

The process color (four color CMYK) of #8cc9fb color hex is 0.44, 0.20, 0.00, 0.02. Web safe color of #8cc9fb is #99ccff. Color #8cc9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001001 11111011
Octal 214 311 373
Decimal 140 201 251
Hex 8C C9 FB

RGB Percentages of Color #8cc9fb

%23.65
%33.95
%42.40

CMYK Percentages of Color #8cc9fb

%44
%20
%0
%2

Triadic Colors of #8cc9fb

#8cc9fb #fb8cc9 #c9fb8c

Analogous Colors of #8cc9fb

#8cc9fb #8c92fb #8cfbf6

Monochromatic Colors of #8cc9fb

#8cc9fb

Complementary Color

#8cc9fb #fbbe8c

#8cc9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc9fb Color CSS Codes

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

#8cc9fb Text Font Color

<p style="color:#8cc9fb">Text here</p>

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


#8cc9fb Background Color

<div style="background-color:#8cc9fb">
Div content here</div>

This div background color is #8cc9fb


#8cc9fb Border Color

<div style="border:3px solid #8cc9fb">
Div here</div>

This div border color is #8cc9fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,201,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cc9fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cc9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8cc9fb;
  box-shadow:         1px 1px 3px 2px #8cc9fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,201,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc9fb


Comments

No comments written yet.

Please login to write comment.