Color Hex Logo

#8adfcc Color Hex

#8ADFCC
(138,223,204)
0 Favorites   0 Comments

Color spaces of #8adfcc

RGB 138223204
HSL0.460.570.71
HSV167°38°87°
CMYK 0.380.000.09   0.13
XYZ47.768062.538366.6802
Yxy62.53830.26990.3534
Hunter Lab79.0812-30.57135.3643
CIE-Lab83.1989-30.05161.1916

#8adfcc color RGB value is (138,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11001100
Octal 212 337 314
Decimal 138 223 204
Hex 8A DF CC

RGB Percentages of Color #8adfcc

%24.42
%39.47
%36.11

CMYK Percentages of Color #8adfcc

%38
%0
%9
%13

Triadic Colors of #8adfcc

#8adfcc #cc8adf #dfcc8a

Analogous Colors of #8adfcc

#8adfcc #8ac8df #8adfa2

Monochromatic Colors of #8adfcc

#8adfcc

Complementary Color

#8adfcc #df8a9d

#8adfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfcc Color CSS Codes

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

#8adfcc Text Font Color

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

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


#8adfcc Background Color

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

This div background color is #8adfcc


#8adfcc Border Color

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

This div border color is #8adfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfcc


Comments

No comments written yet.

Please login to write comment.