Color Hex Logo

#8cccfb Color Hex

#8CCCFB
(140,204,251)
0 Favorites   0 Comments

Color spaces of #8cccfb

RGB 140204251
HSL0.570.930.77
HSV205°44°98°
CMYK 0.440.190.00   0.02
XYZ49.820755.726299.3972
Yxy55.72620.24310.2719
Hunter Lab74.6500-11.5082-26.6902
CIE-Lab79.4577-8.3115-29.4324

#8cccfb color RGB value is (140,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11111011
Octal 214 314 373
Decimal 140 204 251
Hex 8C CC FB

RGB Percentages of Color #8cccfb

%23.53
%34.29
%42.18

CMYK Percentages of Color #8cccfb

%44
%19
%0
%2

Triadic Colors of #8cccfb

#8cccfb #fb8ccc #ccfb8c

Analogous Colors of #8cccfb

#8cccfb #8c95fb #8cfbf3

Monochromatic Colors of #8cccfb

#8cccfb

Complementary Color

#8cccfb #fbbb8c

#8cccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cccfb Color CSS Codes

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

#8cccfb Text Font Color

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

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


#8cccfb Background Color

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

This div background color is #8cccfb


#8cccfb Border Color

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

This div border color is #8cccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cccfb


Comments

No comments written yet.

Please login to write comment.