Color Hex Logo

#8fdaeb Color Hex

#8FDAEB
(143,218,235)
0 Favorites   0 Comments

Color spaces of #8fdaeb

RGB 143218235
HSL0.530.700.74
HSV191°39°92°
CMYK 0.390.070.00   0.08
XYZ51.394561.980687.8519
Yxy61.98060.25540.3080
Hunter Lab78.7278-21.2465-11.0520
CIE-Lab82.9031-18.9611-15.6691

#8fdaeb color RGB value is (143,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11101011
Octal 217 332 353
Decimal 143 218 235
Hex 8F DA EB

RGB Percentages of Color #8fdaeb

%23.99
%36.58
%39.43

CMYK Percentages of Color #8fdaeb

%39
%7
%0
%8

Triadic Colors of #8fdaeb

#8fdaeb #eb8fda #daeb8f

Analogous Colors of #8fdaeb

#8fdaeb #8faceb #8febce

Monochromatic Colors of #8fdaeb

#8fdaeb

Complementary Color

#8fdaeb #eba08f

#8fdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdaeb Color CSS Codes

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

#8fdaeb Text Font Color

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

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


#8fdaeb Background Color

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

This div background color is #8fdaeb


#8fdaeb Border Color

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

This div border color is #8fdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdaeb


Comments

No comments written yet.

Please login to write comment.