Color Hex Logo

#8cdafb Color Hex

#8CDAFB
(140,218,251)
0 Favorites   0 Comments

Color spaces of #8cdafb

RGB 140218251
HSL0.550.930.77
HSV198°44°98°
CMYK 0.440.130.00   0.02
XYZ53.299262.6833100.5567
Yxy62.68330.24610.2895
Hunter Lab79.1728-18.3860-19.8828
CIE-Lab83.2755-15.5950-23.6016

#8cdafb color RGB value is (140,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 11111011
Octal 214 332 373
Decimal 140 218 251
Hex 8C DA FB

RGB Percentages of Color #8cdafb

%22.99
%35.80
%41.22

CMYK Percentages of Color #8cdafb

%44
%13
%0
%2

Triadic Colors of #8cdafb

#8cdafb #fb8cda #dafb8c

Analogous Colors of #8cdafb

#8cdafb #8ca3fb #8cfbe5

Monochromatic Colors of #8cdafb

#8cdafb

Complementary Color

#8cdafb #fbad8c

#8cdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdafb Color CSS Codes

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

#8cdafb Text Font Color

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

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


#8cdafb Background Color

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

This div background color is #8cdafb


#8cdafb Border Color

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

This div border color is #8cdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdafb

Related Colors


Comments

No comments written yet.

Please login to write comment.