Color Hex Logo

#8ccedf Color Hex

#8CCEDF
(140,206,223)
0 Favorites   0 Comments

Color spaces of #8ccedf

RGB 140206223
HSL0.530.560.71
HSV192°37°87°
CMYK 0.370.080.00   0.13
XYZ46.205855.045878.0016
Yxy55.04580.25780.3071
Hunter Lab74.1929-18.6713-10.3987
CIE-Lab79.0676-16.6264-15.0455

#8ccedf color RGB value is (140,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 11011111
Octal 214 316 337
Decimal 140 206 223
Hex 8C CE DF

RGB Percentages of Color #8ccedf

%24.60
%36.20
%39.19

CMYK Percentages of Color #8ccedf

%37
%8
%0
%13

Triadic Colors of #8ccedf

#8ccedf #df8cce #cedf8c

Analogous Colors of #8ccedf

#8ccedf #8ca5df #8cdfc7

Monochromatic Colors of #8ccedf

#8ccedf

Complementary Color

#8ccedf #df9d8c

#8ccedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccedf Color CSS Codes

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

#8ccedf Text Font Color

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

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


#8ccedf Background Color

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

This div background color is #8ccedf


#8ccedf Border Color

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

This div border color is #8ccedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccedf


Comments

No comments written yet.

Please login to write comment.