Color Hex Logo

#8fccdb Color Hex

#8FCCDB
(143,204,219)
0 Favorites   0 Comments

Color spaces of #8fccdb

RGB 143204219
HSL0.530.510.71
HSV192°35°86°
CMYK 0.350.070.00   0.14
XYZ45.706754.139875.0589
Yxy54.13980.26130.3095
Hunter Lab73.5798-17.8829-8.9761
CIE-Lab78.5432-15.7864-13.6704

#8fccdb color RGB value is (143,204,219).

#8fccdb hex color red value is 143, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8fccdb hue: 0.53 , saturation: 0.51 and the lightness value of 8fccdb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11011011
Octal 217 314 333
Decimal 143 204 219
Hex 8F CC DB

RGB Percentages of Color #8fccdb

%25.27
%36.04
%38.69

CMYK Percentages of Color #8fccdb

%35
%7
%0
%14

Triadic Colors of #8fccdb

#8fccdb #db8fcc #ccdb8f

Analogous Colors of #8fccdb

#8fccdb #8fa6db #8fdbc4

Monochromatic Colors of #8fccdb

#8fccdb

Complementary Color

#8fccdb #db9e8f

#8fccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccdb Color CSS Codes

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

#8fccdb Text Font Color

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

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


#8fccdb Background Color

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

This div background color is #8fccdb


#8fccdb Border Color

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

This div border color is #8fccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccdb


Comments

No comments written yet.

Please login to write comment.