Color Hex Logo

#8fdcea Color Hex

#8FDCEA
(143,220,234)
0 Favorites   0 Comments

Color spaces of #8fdcea

RGB 143220234
HSL0.530.680.74
HSV189°39°92°
CMYK 0.390.060.00   0.08
XYZ51.772262.966687.2670
Yxy62.96660.25630.3117
Hunter Lab79.3515-22.4043-9.6583
CIE-Lab83.4248-20.2144-14.3555

#8fdcea color RGB value is (143,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 11101010
Octal 217 334 352
Decimal 143 220 234
Hex 8F DC EA

RGB Percentages of Color #8fdcea

%23.95
%36.85
%39.20

CMYK Percentages of Color #8fdcea

%39
%6
%0
%8

Triadic Colors of #8fdcea

#8fdcea #ea8fdc #dcea8f

Analogous Colors of #8fdcea

#8fdcea #8fafea #8feacb

Monochromatic Colors of #8fdcea

#8fdcea

Complementary Color

#8fdcea #ea9d8f

#8fdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcea Color CSS Codes

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

#8fdcea Text Font Color

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

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


#8fdcea Background Color

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

This div background color is #8fdcea


#8fdcea Border Color

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

This div border color is #8fdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcea


Comments

No comments written yet.

Please login to write comment.