Color Hex Logo

#8ccafb Color Hex

#8CCAFB
(140,202,251)
0 Favorites   0 Comments

Color spaces of #8ccafb

RGB 140202251
HSL0.570.930.77
HSV206°44°98°
CMYK 0.440.200.00   0.02
XYZ49.348354.781599.2397
Yxy54.78150.24270.2694
Hunter Lab74.0145-10.5127-27.6867
CIE-Lab78.9152-7.2514-30.2652

#8ccafb color RGB value is (140,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 11111011
Octal 214 312 373
Decimal 140 202 251
Hex 8C CA FB

RGB Percentages of Color #8ccafb

%23.61
%34.06
%42.33

CMYK Percentages of Color #8ccafb

%44
%20
%0
%2

Triadic Colors of #8ccafb

#8ccafb #fb8cca #cafb8c

Analogous Colors of #8ccafb

#8ccafb #8c93fb #8cfbf5

Monochromatic Colors of #8ccafb

#8ccafb

Complementary Color

#8ccafb #fbbd8c

#8ccafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccafb Color CSS Codes

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

#8ccafb Text Font Color

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

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


#8ccafb Background Color

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

This div background color is #8ccafb


#8ccafb Border Color

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

This div border color is #8ccafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,202,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 #8ccafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccafb


Comments

No comments written yet.

Please login to write comment.