Color Hex Logo

#8adfd6 Color Hex

#8ADFD6
(138,223,214)
0 Favorites   0 Comments

Color spaces of #8adfd6

RGB 138223214
HSL0.480.570.71
HSV174°38°87°
CMYK 0.380.000.04   0.13
XYZ49.006563.033773.2021
Yxy63.03370.26460.3403
Hunter Lab79.3938-28.75840.9095
CIE-Lab83.4601-27.7713-3.7239

#8adfd6 color RGB value is (138,223,214).

#8adfd6 hex color red value is 138, green value is 223 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #8adfd6 hue: 0.48 , saturation: 0.57 and the lightness value of 8adfd6 is 0.71.

The process color (four color CMYK) of #8adfd6 color hex is 0.38, 0.00, 0.04, 0.13. Web safe color of #8adfd6 is #99cccc. Color #8adfd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11010110
Octal 212 337 326
Decimal 138 223 214
Hex 8A DF D6

RGB Percentages of Color #8adfd6

%24.00
%38.78
%37.22

CMYK Percentages of Color #8adfd6

%38
%0
%4
%13

Triadic Colors of #8adfd6

#8adfd6 #d68adf #dfd68a

Analogous Colors of #8adfd6

#8adfd6 #8abedf #8adfac

Monochromatic Colors of #8adfd6

#8adfd6

Complementary Color

#8adfd6 #df8a93

#8adfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfd6 Color CSS Codes

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

#8adfd6 Text Font Color

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

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


#8adfd6 Background Color

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

This div background color is #8adfd6


#8adfd6 Border Color

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

This div border color is #8adfd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,223,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8adfd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8adfd6;
  -webkit-box-shadow: 1px 1px 3px 2px #8adfd6;
  box-shadow:         1px 1px 3px 2px #8adfd6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,223,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfd6


Comments

No comments written yet.

Please login to write comment.