Color Hex Logo

#8fccea Color Hex

#8FCCEA
(143,204,234)
0 Favorites   0 Comments

Color spaces of #8fccea

RGB 143204234
HSL0.550.680.74
HSV200°39°92°
CMYK 0.390.130.00   0.08
XYZ47.771854.965985.9335
Yxy54.96590.25320.2913
Hunter Lab74.1390-14.7259-16.8249
CIE-Lab79.0216-12.0357-20.9961

#8fccea color RGB value is (143,204,234).

#8fccea hex color red value is 143, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8fccea hue: 0.55 , saturation: 0.68 and the lightness value of 8fccea is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11101010
Octal 217 314 352
Decimal 143 204 234
Hex 8F CC EA

RGB Percentages of Color #8fccea

%24.61
%35.11
%40.28

CMYK Percentages of Color #8fccea

%39
%13
%0
%8

Triadic Colors of #8fccea

#8fccea #ea8fcc #ccea8f

Analogous Colors of #8fccea

#8fccea #8f9fea #8feadb

Monochromatic Colors of #8fccea

#8fccea

Complementary Color

#8fccea #eaad8f

#8fccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccea Color CSS Codes

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

#8fccea Text Font Color

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

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


#8fccea Background Color

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

This div background color is #8fccea


#8fccea Border Color

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

This div border color is #8fccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccea


Comments

No comments written yet.

Please login to write comment.