Color Hex Logo

#8cdcdd Color Hex

#8CDCDD
(140,220,221)
0 Favorites   0 Comments

Color spaces of #8cdcdd

RGB 140220221
HSL0.500.540.71
HSV181°37°87°
CMYK 0.370.000.00   0.13
XYZ49.459661.982377.7636
Yxy61.98230.26140.3276
Hunter Lab78.7288-25.6369-3.4529
CIE-Lab82.9040-24.1425-8.2489

#8cdcdd color RGB value is (140,220,221).

#8cdcdd hex color red value is 140, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8cdcdd hue: 0.50 , saturation: 0.54 and the lightness value of 8cdcdd is 0.71.

The process color (four color CMYK) of #8cdcdd color hex is 0.37, 0.00, 0.00, 0.13. Web safe color of #8cdcdd is #99cccc. Color #8cdcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 11011101
Octal 214 334 335
Decimal 140 220 221
Hex 8C DC DD

RGB Percentages of Color #8cdcdd

%24.10
%37.87
%38.04

CMYK Percentages of Color #8cdcdd

%37
%0
%0
%13

Triadic Colors of #8cdcdd

#8cdcdd #dd8cdc #dcdd8c

Analogous Colors of #8cdcdd

#8cdcdd #8cb4dd #8cddb6

Monochromatic Colors of #8cdcdd

#8cdcdd

Complementary Color

#8cdcdd #dd8d8c

#8cdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdcdd Color CSS Codes

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

#8cdcdd Text Font Color

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

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


#8cdcdd Background Color

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

This div background color is #8cdcdd


#8cdcdd Border Color

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

This div border color is #8cdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdcdd


Comments

No comments written yet.

Please login to write comment.