Color Hex Logo

#8cced1 Color Hex

#8CCED1
(140,206,209)
0 Favorites   0 Comments

Color spaces of #8cced1

RGB 140206209
HSL0.510.430.68
HSV183°33°82°
CMYK 0.330.010.00   0.18
XYZ44.395154.321568.4668
Yxy54.32150.26550.3249
Hunter Lab73.7031-21.4609-3.4855
CIE-Lab78.6488-20.0252-8.1568

#8cced1 color RGB value is (140,206,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 11010001
Octal 214 316 321
Decimal 140 206 209
Hex 8C CE D1

RGB Percentages of Color #8cced1

%25.23
%37.12
%37.66

CMYK Percentages of Color #8cced1

%33
%1
%0
%18

Triadic Colors of #8cced1

#8cced1 #d18cce #ced18c

Analogous Colors of #8cced1

#8cced1 #8cacd1 #8cd1b2

Monochromatic Colors of #8cced1

#8cced1

Complementary Color

#8cced1 #d18f8c

#8cced1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cced1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cced1 Color CSS Codes

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

#8cced1 Text Font Color

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

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


#8cced1 Background Color

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

This div background color is #8cced1


#8cced1 Border Color

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

This div border color is #8cced1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cced1


Comments

No comments written yet.

Please login to write comment.