Color Hex Logo

#8ecfd9 Color Hex

#8ECFD9
(142,207,217)
0 Favorites   0 Comments

Color spaces of #8ecfd9

RGB 142207217
HSL0.520.500.70
HSV188°35°85°
CMYK 0.350.050.00   0.15
XYZ45.992555.386273.9122
Yxy55.38620.26240.3160
Hunter Lab74.4219-19.9259-6.7886
CIE-Lab79.2632-18.0752-11.5247

#8ecfd9 color RGB value is (142,207,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001111 11011001
Octal 216 317 331
Decimal 142 207 217
Hex 8E CF D9

RGB Percentages of Color #8ecfd9

%25.09
%36.57
%38.34

CMYK Percentages of Color #8ecfd9

%35
%5
%0
%15

Triadic Colors of #8ecfd9

#8ecfd9 #d98ecf #cfd98e

Analogous Colors of #8ecfd9

#8ecfd9 #8eaad9 #8ed9be

Monochromatic Colors of #8ecfd9

#8ecfd9

Complementary Color

#8ecfd9 #d9988e

#8ecfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecfd9 Color CSS Codes

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

#8ecfd9 Text Font Color

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

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


#8ecfd9 Background Color

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

This div background color is #8ecfd9


#8ecfd9 Border Color

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

This div border color is #8ecfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecfd9


Comments

No comments written yet.

Please login to write comment.