Color Hex Logo

#8adfdb Color Hex

#8ADFDB
(138,223,219)
0 Favorites   0 Comments

Color spaces of #8adfdb

RGB 138223219
HSL0.490.570.71
HSV177°38°87°
CMYK 0.380.000.02   0.13
XYZ49.655163.293176.6175
Yxy63.29310.26190.3339
Hunter Lab79.5570-27.8148-1.4095
CIE-Lab83.5964-26.5975-6.1726

#8adfdb color RGB value is (138,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11011011
Octal 212 337 333
Decimal 138 223 219
Hex 8A DF DB

RGB Percentages of Color #8adfdb

%23.79
%38.45
%37.76

CMYK Percentages of Color #8adfdb

%38
%0
%2
%13

Triadic Colors of #8adfdb

#8adfdb #db8adf #dfdb8a

Analogous Colors of #8adfdb

#8adfdb #8ab9df #8adfb1

Monochromatic Colors of #8adfdb

#8adfdb

Complementary Color

#8adfdb #df8a8e

#8adfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfdb Color CSS Codes

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

#8adfdb Text Font Color

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

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


#8adfdb Background Color

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

This div background color is #8adfdb


#8adfdb Border Color

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

This div border color is #8adfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfdb


Comments

No comments written yet.

Please login to write comment.