Color Hex Logo

#8ccad1 Color Hex

#8CCAD1
(140,202,209)
0 Favorites   0 Comments

Color spaces of #8ccad1

RGB 140202209
HSL0.520.430.68
HSV186°33°82°
CMYK 0.330.030.00   0.18
XYZ43.444452.420068.1499
Yxy52.42000.26490.3196
Hunter Lab72.4017-19.5945-5.1271
CIE-Lab77.5313-17.9975-9.8188

#8ccad1 color RGB value is (140,202,209).

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

The process color (four color CMYK) of #8ccad1 color hex is 0.33, 0.03, 0.00, 0.18. Web safe color of #8ccad1 is #99cccc. Color #8ccad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 11010001
Octal 214 312 321
Decimal 140 202 209
Hex 8C CA D1

RGB Percentages of Color #8ccad1

%25.41
%36.66
%37.93

CMYK Percentages of Color #8ccad1

%33
%3
%0
%18

Triadic Colors of #8ccad1

#8ccad1 #d18cca #cad18c

Analogous Colors of #8ccad1

#8ccad1 #8ca8d1 #8cd1b6

Monochromatic Colors of #8ccad1

#8ccad1

Complementary Color

#8ccad1 #d1938c

#8ccad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccad1 Color CSS Codes

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

#8ccad1 Text Font Color

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

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


#8ccad1 Background Color

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

This div background color is #8ccad1


#8ccad1 Border Color

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

This div border color is #8ccad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccad1


Comments

No comments written yet.

Please login to write comment.