Color Hex Logo

#8cdafe Color Hex

#8CDAFE
(140,218,254)
0 Favorites   0 Comments

Color spaces of #8cdafe

RGB 140218254
HSL0.550.980.77
HSV199°45°100°
CMYK 0.450.140.00   0.00
XYZ53.776062.8740103.0675
Yxy62.87400.24480.2862
Hunter Lab79.2931-17.7056-21.5617
CIE-Lab83.3760-14.8026-25.0360

#8cdafe color RGB value is (140,218,254).

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

The process color (four color CMYK) of #8cdafe color hex is 0.45, 0.14, 0.00, 0.00. Web safe color of #8cdafe is #99ccff. Color #8cdafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 11111110
Octal 214 332 376
Decimal 140 218 254
Hex 8C DA FE

RGB Percentages of Color #8cdafe

%22.88
%35.62
%41.50

CMYK Percentages of Color #8cdafe

%45
%14
%0
%0

Triadic Colors of #8cdafe

#8cdafe #fe8cda #dafe8c

Analogous Colors of #8cdafe

#8cdafe #8ca1fe #8cfee9

Monochromatic Colors of #8cdafe

#8cdafe

Complementary Color

#8cdafe #feb08c

#8cdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdafe Color CSS Codes

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

#8cdafe Text Font Color

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

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


#8cdafe Background Color

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

This div background color is #8cdafe


#8cdafe Border Color

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

This div border color is #8cdafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdafe

Related Colors


Comments

No comments written yet.

Please login to write comment.