Color Hex Logo

#8cc7db Color Hex

#8CC7DB
(140,199,219)
0 Favorites   0 Comments

Color spaces of #8cc7db

RGB 140199219
HSL0.540.520.70
HSV195°36°86°
CMYK 0.360.090.00   0.14
XYZ44.024851.536874.6451
Yxy51.53680.25870.3028
Hunter Lab71.7891-16.1656-11.3963
CIE-Lab77.0030-14.0129-16.0006

#8cc7db color RGB value is (140,199,219).

#8cc7db hex color red value is 140, green value is 199 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8cc7db hue: 0.54 , saturation: 0.52 and the lightness value of 8cc7db is 0.70.

The process color (four color CMYK) of #8cc7db color hex is 0.36, 0.09, 0.00, 0.14. Web safe color of #8cc7db is #99cccc. Color #8cc7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000111 11011011
Octal 214 307 333
Decimal 140 199 219
Hex 8C C7 DB

RGB Percentages of Color #8cc7db

%25.09
%35.66
%39.25

CMYK Percentages of Color #8cc7db

%36
%9
%0
%14

Triadic Colors of #8cc7db

#8cc7db #db8cc7 #c7db8c

Analogous Colors of #8cc7db

#8cc7db #8ca0db #8cdbc8

Monochromatic Colors of #8cc7db

#8cc7db

Complementary Color

#8cc7db #dba08c

#8cc7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc7db Color CSS Codes

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

#8cc7db Text Font Color

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

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


#8cc7db Background Color

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

This div background color is #8cc7db


#8cc7db Border Color

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

This div border color is #8cc7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc7db


Comments

No comments written yet.

Please login to write comment.