Color Hex Logo

#8ccfdd Color Hex

#8CCFDD
(140,207,221)
0 Favorites   0 Comments

Color spaces of #8ccfdd

RGB 140207221
HSL0.530.540.71
HSV190°37°87°
CMYK 0.370.060.00   0.13
XYZ46.179255.421676.6701
Yxy55.42160.25900.3109
Hunter Lab74.4457-19.5551-8.9496
CIE-Lab79.2835-17.6322-13.6493

#8ccfdd color RGB value is (140,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 11011101
Octal 214 317 335
Decimal 140 207 221
Hex 8C CF DD

RGB Percentages of Color #8ccfdd

%24.65
%36.44
%38.91

CMYK Percentages of Color #8ccfdd

%37
%6
%0
%13

Triadic Colors of #8ccfdd

#8ccfdd #dd8ccf #cfdd8c

Analogous Colors of #8ccfdd

#8ccfdd #8ca7dd #8cddc3

Monochromatic Colors of #8ccfdd

#8ccfdd

Complementary Color

#8ccfdd #dd9a8c

#8ccfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccfdd Color CSS Codes

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

#8ccfdd Text Font Color

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

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


#8ccfdd Background Color

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

This div background color is #8ccfdd


#8ccfdd Border Color

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

This div border color is #8ccfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccfdd


Comments

No comments written yet.

Please login to write comment.