Color Hex Logo

#8fcddd Color Hex

#8FCDDD
(143,205,221)
0 Favorites   0 Comments

Color spaces of #8fcddd

RGB 143205221
HSL0.530.530.71
HSV192°35°87°
CMYK 0.350.070.00   0.13
XYZ46.210254.722776.5336
Yxy54.72270.26040.3084
Hunter Lab73.9748-17.9514-9.5585
CIE-Lab78.8813-15.8106-14.2371

#8fcddd color RGB value is (143,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 11011101
Octal 217 315 335
Decimal 143 205 221
Hex 8F CD DD

RGB Percentages of Color #8fcddd

%25.13
%36.03
%38.84

CMYK Percentages of Color #8fcddd

%35
%7
%0
%13

Triadic Colors of #8fcddd

#8fcddd #dd8fcd #cddd8f

Analogous Colors of #8fcddd

#8fcddd #8fa6dd #8fddc6

Monochromatic Colors of #8fcddd

#8fcddd

Complementary Color

#8fcddd #dd9f8f

#8fcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcddd Color CSS Codes

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

#8fcddd Text Font Color

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

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


#8fcddd Background Color

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

This div background color is #8fcddd


#8fcddd Border Color

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

This div border color is #8fcddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,205,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcddd


Comments

No comments written yet.

Please login to write comment.