Color Hex Logo

#8fccda Color Hex

#8FCCDA
(143,204,218)
0 Favorites   0 Comments

Color spaces of #8fccda

RGB 143204218
HSL0.530.500.71
HSV191°34°85°
CMYK 0.340.060.00   0.15
XYZ45.575454.087374.3675
Yxy54.08730.26190.3108
Hunter Lab73.5441-18.0853-8.4730
CIE-Lab78.5126-16.0301-13.1790

#8fccda color RGB value is (143,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11011010
Octal 217 314 332
Decimal 143 204 218
Hex 8F CC DA

RGB Percentages of Color #8fccda

%25.31
%36.11
%38.58

CMYK Percentages of Color #8fccda

%34
%6
%0
%15

Triadic Colors of #8fccda

#8fccda #da8fcc #ccda8f

Analogous Colors of #8fccda

#8fccda #8fa7da #8fdac3

Monochromatic Colors of #8fccda

#8fccda

Complementary Color

#8fccda #da9d8f

#8fccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccda Color CSS Codes

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

#8fccda Text Font Color

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

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


#8fccda Background Color

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

This div background color is #8fccda


#8fccda Border Color

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

This div border color is #8fccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccda


Comments

No comments written yet.

Please login to write comment.