Color Hex Logo

#8ebfd9 Color Hex

#8EBFD9
(142,191,217)
0 Favorites   0 Comments

Color spaces of #8ebfd9

RGB 142191217
HSL0.560.500.70
HSV201°35°85°
CMYK 0.350.120.00   0.15
XYZ42.310548.022172.6848
Yxy48.02210.25950.2946
Hunter Lab69.2980-12.2867-13.6791
CIE-Lab74.8389-9.7726-18.1745

#8ebfd9 color RGB value is (142,191,217).

#8ebfd9 hex color red value is 142, green value is 191 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8ebfd9 hue: 0.56 , saturation: 0.50 and the lightness value of 8ebfd9 is 0.70.

The process color (four color CMYK) of #8ebfd9 color hex is 0.35, 0.12, 0.00, 0.15. Web safe color of #8ebfd9 is #99cccc. Color #8ebfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111111 11011001
Octal 216 277 331
Decimal 142 191 217
Hex 8E BF D9

RGB Percentages of Color #8ebfd9

%25.82
%34.73
%39.45

CMYK Percentages of Color #8ebfd9

%35
%12
%0
%15

Triadic Colors of #8ebfd9

#8ebfd9 #d98ebf #bfd98e

Analogous Colors of #8ebfd9

#8ebfd9 #8e9ad9 #8ed9ce

Monochromatic Colors of #8ebfd9

#8ebfd9

Complementary Color

#8ebfd9 #d9a88e

#8ebfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebfd9 Color CSS Codes

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

#8ebfd9 Text Font Color

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

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


#8ebfd9 Background Color

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

This div background color is #8ebfd9


#8ebfd9 Border Color

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

This div border color is #8ebfd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,191,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ebfd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ebfd9;
  -webkit-box-shadow: 1px 1px 3px 2px #8ebfd9;
  box-shadow:         1px 1px 3px 2px #8ebfd9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,191,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebfd9


Comments

No comments written yet.

Please login to write comment.