Color Hex Logo

#8fdaed Color Hex

#8FDAED
(143,218,237)
0 Favorites   0 Comments

Color spaces of #8fdaed

RGB 143218237
HSL0.530.720.75
HSV192°40°93°
CMYK 0.400.080.00   0.07
XYZ51.685262.096989.3826
Yxy62.09690.25440.3056
Hunter Lab78.8016-20.8263-12.0900
CIE-Lab82.9649-18.4610-16.6377

#8fdaed color RGB value is (143,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11101101
Octal 217 332 355
Decimal 143 218 237
Hex 8F DA ED

RGB Percentages of Color #8fdaed

%23.91
%36.45
%39.63

CMYK Percentages of Color #8fdaed

%40
%8
%0
%7

Triadic Colors of #8fdaed

#8fdaed #ed8fda #daed8f

Analogous Colors of #8fdaed

#8fdaed #8fabed #8fedd1

Monochromatic Colors of #8fdaed

#8fdaed

Complementary Color

#8fdaed #eda28f

#8fdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdaed Color CSS Codes

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

#8fdaed Text Font Color

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

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


#8fdaed Background Color

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

This div background color is #8fdaed


#8fdaed Border Color

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

This div border color is #8fdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdaed


Comments

No comments written yet.

Please login to write comment.