Color Hex Logo

#8fccde Color Hex

#8FCCDE
(143,204,222)
0 Favorites   0 Comments

Color spaces of #8fccde

RGB 143204222
HSL0.540.540.72
HSV194°36°87°
CMYK 0.360.080.00   0.13
XYZ46.105454.299377.1580
Yxy54.29930.25970.3058
Hunter Lab73.6881-17.2696-10.5003
CIE-Lab78.6359-15.0505-15.1424

#8fccde color RGB value is (143,204,222).

#8fccde hex color red value is 143, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8fccde hue: 0.54 , saturation: 0.54 and the lightness value of 8fccde is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11011110
Octal 217 314 336
Decimal 143 204 222
Hex 8F CC DE

RGB Percentages of Color #8fccde

%25.13
%35.85
%39.02

CMYK Percentages of Color #8fccde

%36
%8
%0
%13

Triadic Colors of #8fccde

#8fccde #de8fcc #ccde8f

Analogous Colors of #8fccde

#8fccde #8fa5de #8fdec9

Monochromatic Colors of #8fccde

#8fccde

Complementary Color

#8fccde #dea18f

#8fccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccde Color CSS Codes

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

#8fccde Text Font Color

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

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


#8fccde Background Color

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

This div background color is #8fccde


#8fccde Border Color

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

This div border color is #8fccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccde


Comments

No comments written yet.

Please login to write comment.