Color Hex Logo

#8fcddb Color Hex

#8FCDDB
(143,205,219)
0 Favorites   0 Comments

Color spaces of #8fcddb

RGB 143205219
HSL0.530.510.71
HSV191°35°86°
CMYK 0.350.060.00   0.14
XYZ45.945254.616875.1384
Yxy54.61680.26150.3109
Hunter Lab73.9032-18.3581-8.5487
CIE-Lab78.8200-16.2996-13.2555

#8fcddb color RGB value is (143,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 11011011
Octal 217 315 333
Decimal 143 205 219
Hex 8F CD DB

RGB Percentages of Color #8fcddb

%25.22
%36.16
%38.62

CMYK Percentages of Color #8fcddb

%35
%6
%0
%14

Triadic Colors of #8fcddb

#8fcddb #db8fcd #cddb8f

Analogous Colors of #8fcddb

#8fcddb #8fa7db #8fdbc3

Monochromatic Colors of #8fcddb

#8fcddb

Complementary Color

#8fcddb #db9d8f

#8fcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcddb Color CSS Codes

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

#8fcddb Text Font Color

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

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


#8fcddb Background Color

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

This div background color is #8fcddb


#8fcddb Border Color

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

This div border color is #8fcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcddb


Comments

No comments written yet.

Please login to write comment.