Color Hex Logo

#8fdade Color Hex

#8FDADE
(143,218,222)
0 Favorites   0 Comments

Color spaces of #8fdade

RGB 143218222
HSL0.510.540.72
HSV183°36°87°
CMYK 0.360.020.00   0.13
XYZ49.583961.256478.3176
Yxy61.25640.26210.3238
Hunter Lab78.2665-23.8818-4.5422
CIE-Lab82.5164-22.1351-9.3408

#8fdade color RGB value is (143,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11011110
Octal 217 332 336
Decimal 143 218 222
Hex 8F DA DE

RGB Percentages of Color #8fdade

%24.53
%37.39
%38.08

CMYK Percentages of Color #8fdade

%36
%2
%0
%13

Triadic Colors of #8fdade

#8fdade #de8fda #dade8f

Analogous Colors of #8fdade

#8fdade #8fb3de #8fdebb

Monochromatic Colors of #8fdade

#8fdade

Complementary Color

#8fdade #de938f

#8fdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdade Color CSS Codes

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

#8fdade Text Font Color

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

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


#8fdade Background Color

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

This div background color is #8fdade


#8fdade Border Color

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

This div border color is #8fdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdade


Comments

No comments written yet.

Please login to write comment.