Color Hex Logo

#8ccddf Color Hex

#8CCDDF
(140,205,223)
0 Favorites   0 Comments

Color spaces of #8ccddf

RGB 140205223
HSL0.540.560.71
HSV193°37°87°
CMYK 0.370.080.00   0.13
XYZ45.965854.565877.9216
Yxy54.56580.25760.3058
Hunter Lab73.8687-18.1961-10.8350
CIE-Lab78.7905-16.1137-15.4622

#8ccddf color RGB value is (140,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 11011111
Octal 214 315 337
Decimal 140 205 223
Hex 8C CD DF

RGB Percentages of Color #8ccddf

%24.65
%36.09
%39.26

CMYK Percentages of Color #8ccddf

%37
%8
%0
%13

Triadic Colors of #8ccddf

#8ccddf #df8ccd #cddf8c

Analogous Colors of #8ccddf

#8ccddf #8ca4df #8cdfc8

Monochromatic Colors of #8ccddf

#8ccddf

Complementary Color

#8ccddf #df9e8c

#8ccddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccddf Color CSS Codes

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

#8ccddf Text Font Color

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

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


#8ccddf Background Color

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

This div background color is #8ccddf


#8ccddf Border Color

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

This div border color is #8ccddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccddf


Comments

No comments written yet.

Please login to write comment.