Color Hex Logo

#8ccdde Color Hex

#8CCDDE
(140,205,222)
0 Favorites   0 Comments

Color spaces of #8ccdde

RGB 140205222
HSL0.530.550.71
HSV192°37°87°
CMYK 0.370.080.00   0.13
XYZ45.831454.512077.2135
Yxy54.51200.25810.3070
Hunter Lab73.8322-18.4025-10.3227
CIE-Lab78.7593-16.3622-14.9723

#8ccdde color RGB value is (140,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 11011110
Octal 214 315 336
Decimal 140 205 222
Hex 8C CD DE

RGB Percentages of Color #8ccdde

%24.69
%36.16
%39.15

CMYK Percentages of Color #8ccdde

%37
%8
%0
%13

Triadic Colors of #8ccdde

#8ccdde #de8ccd #cdde8c

Analogous Colors of #8ccdde

#8ccdde #8ca4de #8cdec6

Monochromatic Colors of #8ccdde

#8ccdde

Complementary Color

#8ccdde #de9d8c

#8ccdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdde Color CSS Codes

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

#8ccdde Text Font Color

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

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


#8ccdde Background Color

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

This div background color is #8ccdde


#8ccdde Border Color

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

This div border color is #8ccdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdde


Comments

No comments written yet.

Please login to write comment.