Color Hex Logo

#8fdaee Color Hex

#8FDAEE
(143,218,238)
0 Favorites   0 Comments

Color spaces of #8fdaee

RGB 143218238
HSL0.540.740.75
HSV193°40°93°
CMYK 0.400.080.00   0.07
XYZ51.831762.155590.1543
Yxy62.15550.25390.3045
Hunter Lab78.8388-20.6149-12.6126
CIE-Lab82.9960-18.2100-17.1214

#8fdaee color RGB value is (143,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11101110
Octal 217 332 356
Decimal 143 218 238
Hex 8F DA EE

RGB Percentages of Color #8fdaee

%23.87
%36.39
%39.73

CMYK Percentages of Color #8fdaee

%40
%8
%0
%7

Triadic Colors of #8fdaee

#8fdaee #ee8fda #daee8f

Analogous Colors of #8fdaee

#8fdaee #8fabee #8feed3

Monochromatic Colors of #8fdaee

#8fdaee

Complementary Color

#8fdaee #eea38f

#8fdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdaee Color CSS Codes

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

#8fdaee Text Font Color

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

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


#8fdaee Background Color

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

This div background color is #8fdaee


#8fdaee Border Color

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

This div border color is #8fdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdaee


Comments

No comments written yet.

Please login to write comment.