Color Hex Logo

#8adfcf Color Hex

#8ADFCF
(138,223,207)
0 Favorites   0 Comments

Color spaces of #8adfcf

RGB 138223207
HSL0.470.570.71
HSV169°38°87°
CMYK 0.380.000.07   0.13
XYZ48.131462.683668.5938
Yxy62.68360.26830.3494
Hunter Lab79.1730-30.03774.0535
CIE-Lab83.2756-29.3770-0.2854

#8adfcf color RGB value is (138,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11001111
Octal 212 337 317
Decimal 138 223 207
Hex 8A DF CF

RGB Percentages of Color #8adfcf

%24.30
%39.26
%36.44

CMYK Percentages of Color #8adfcf

%38
%0
%7
%13

Triadic Colors of #8adfcf

#8adfcf #cf8adf #dfcf8a

Analogous Colors of #8adfcf

#8adfcf #8ac5df #8adfa5

Monochromatic Colors of #8adfcf

#8adfcf

Complementary Color

#8adfcf #df8a9a

#8adfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfcf Color CSS Codes

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

#8adfcf Text Font Color

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

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


#8adfcf Background Color

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

This div background color is #8adfcf


#8adfcf Border Color

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

This div border color is #8adfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfcf


Comments

No comments written yet.

Please login to write comment.