Color Hex Logo

#8cafda Color Hex

#8CAFDA
(140,175,218)
0 Favorites   0 Comments

Color spaces of #8cafda

RGB 140175218
HSL0.590.510.70
HSV213°36°85°
CMYK 0.360.200.00   0.15
XYZ38.800141.297372.2559
Yxy41.29730.25470.2711
Hunter Lab64.2630-4.6871-21.6803
CIE-Lab70.3837-1.4339-25.5113

#8cafda color RGB value is (140,175,218).

#8cafda hex color red value is 140, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8cafda hue: 0.59 , saturation: 0.51 and the lightness value of 8cafda is 0.70.

The process color (four color CMYK) of #8cafda color hex is 0.36, 0.20, 0.00, 0.15. Web safe color of #8cafda is #9999cc. Color #8cafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 11011010
Octal 214 257 332
Decimal 140 175 218
Hex 8C AF DA

RGB Percentages of Color #8cafda

%26.27
%32.83
%40.90

CMYK Percentages of Color #8cafda

%36
%20
%0
%15

Triadic Colors of #8cafda

#8cafda #da8caf #afda8c

Analogous Colors of #8cafda

#8cafda #908cda #8cd6da

Monochromatic Colors of #8cafda

#8cafda

Complementary Color

#8cafda #dab78c

#8cafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafda Color CSS Codes

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

#8cafda Text Font Color

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

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


#8cafda Background Color

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

This div background color is #8cafda


#8cafda Border Color

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

This div border color is #8cafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafda


Comments

No comments written yet.

Please login to write comment.