Color Hex Logo

#8fdeea Color Hex

#8FDEEA
(143,222,234)
0 Favorites   0 Comments

Color spaces of #8fdeea

RGB 143222234
HSL0.520.680.74
HSV188°39°92°
CMYK 0.390.050.00   0.08
XYZ52.300364.022787.4430
Yxy64.02270.25670.3142
Hunter Lab80.0142-23.3505-8.7848
CIE-Lab83.9776-21.2134-13.5272

#8fdeea color RGB value is (143,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011110 11101010
Octal 217 336 352
Decimal 143 222 234
Hex 8F DE EA

RGB Percentages of Color #8fdeea

%23.87
%37.06
%39.07

CMYK Percentages of Color #8fdeea

%39
%5
%0
%8

Triadic Colors of #8fdeea

#8fdeea #ea8fde #deea8f

Analogous Colors of #8fdeea

#8fdeea #8fb1ea #8feac9

Monochromatic Colors of #8fdeea

#8fdeea

Complementary Color

#8fdeea #ea9b8f

#8fdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdeea Color CSS Codes

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

#8fdeea Text Font Color

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

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


#8fdeea Background Color

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

This div background color is #8fdeea


#8fdeea Border Color

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

This div border color is #8fdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdeea

#8fdeea Color Palettes


Comments

No comments written yet.

Please login to write comment.