Color Hex Logo

#8ccadb Color Hex

#8CCADB
(140,202,219)
0 Favorites   0 Comments

Color spaces of #8ccadb

RGB 140202219
HSL0.540.520.70
HSV193°36°86°
CMYK 0.360.080.00   0.14
XYZ44.721952.931074.8774
Yxy52.93100.25920.3068
Hunter Lab72.7537-17.5945-10.0931
CIE-Lab77.8342-15.5645-14.7502

#8ccadb color RGB value is (140,202,219).

#8ccadb hex color red value is 140, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8ccadb hue: 0.54 , saturation: 0.52 and the lightness value of 8ccadb is 0.70.

The process color (four color CMYK) of #8ccadb color hex is 0.36, 0.08, 0.00, 0.14. Web safe color of #8ccadb is #99cccc. Color #8ccadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 11011011
Octal 214 312 333
Decimal 140 202 219
Hex 8C CA DB

RGB Percentages of Color #8ccadb

%24.96
%36.01
%39.04

CMYK Percentages of Color #8ccadb

%36
%8
%0
%14

Triadic Colors of #8ccadb

#8ccadb #db8cca #cadb8c

Analogous Colors of #8ccadb

#8ccadb #8ca3db #8cdbc5

Monochromatic Colors of #8ccadb

#8ccadb

Complementary Color

#8ccadb #db9d8c

#8ccadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccadb Color CSS Codes

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

#8ccadb Text Font Color

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

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


#8ccadb Background Color

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

This div background color is #8ccadb


#8ccadb Border Color

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

This div border color is #8ccadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccadb


Comments

No comments written yet.

Please login to write comment.