color codes Logo

#8cc1df color codes

#8CC1DF
(140,193,223)
0 Favorites   0 Comments

Color spaces of #8cc1df

RGB 140193223
HSL0.560.560.71
HSV202°37°87°
CMYK 0.370.130.00   0.13
XYZ43.204549.043177.0012
Yxy49.04310.25530.2898
Hunter Lab70.0308-12.4308-16.1698
CIE-Lab75.4781-9.8579-20.4660

#8cc1df color RGB value is (140,193,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000001 11011111
Octal 214 301 337
Decimal 140 193 223
Hex 8C C1 DF

RGB Percentages of Color #8cc1df

%25.18
%34.71
%40.11

CMYK Percentages of Color #8cc1df

%37
%13
%0
%13

Triadic Colors of #8cc1df

#8cc1df #df8cc1 #c1df8c

Analogous Colors of #8cc1df

#8cc1df #8c98df #8cdfd4

Monochromatic Colors of #8cc1df

#8cc1df

Complementary Color

#8cc1df #dfaa8c

#8cc1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc1df Color CSS Codes

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

#8cc1df Text Font Color

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

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


#8cc1df Background Color

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

This div background color is #8cc1df


#8cc1df Border Color

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

This div border color is #8cc1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc1df


Comments

No comments written yet.

Please login to write comment.