Color Hex Logo

#8adfcd Color Hex

#8ADFCD
(138,223,205)
0 Favorites   0 Comments

Color spaces of #8adfcd

RGB 138223205
HSL0.460.570.71
HSV167°38°87°
CMYK 0.380.000.08   0.13
XYZ47.888462.586467.3140
Yxy62.58640.26940.3520
Hunter Lab79.1116-30.39434.9298
CIE-Lab83.2243-29.82750.6990

#8adfcd color RGB value is (138,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11001101
Octal 212 337 315
Decimal 138 223 205
Hex 8A DF CD

RGB Percentages of Color #8adfcd

%24.38
%39.40
%36.22

CMYK Percentages of Color #8adfcd

%38
%0
%8
%13

Triadic Colors of #8adfcd

#8adfcd #cd8adf #dfcd8a

Analogous Colors of #8adfcd

#8adfcd #8ac7df #8adfa3

Monochromatic Colors of #8adfcd

#8adfcd

Complementary Color

#8adfcd #df8a9c

#8adfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfcd Color CSS Codes

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

#8adfcd Text Font Color

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

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


#8adfcd Background Color

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

This div background color is #8adfcd


#8adfcd Border Color

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

This div border color is #8adfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfcd


Comments

No comments written yet.

Please login to write comment.