Color Hex Logo

#8adccf Color Hex

#8ADCCF
(138,220,207)
0 Favorites   0 Comments

Color spaces of #8adccf

RGB 138220207
HSL0.470.540.70
HSV170°37°86°
CMYK 0.370.000.06   0.14
XYZ47.336961.094768.3290
Yxy61.09470.26780.3456
Hunter Lab78.1631-28.68282.8837
CIE-Lab82.4296-27.9355-1.5231

#8adccf color RGB value is (138,220,207).

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

The process color (four color CMYK) of #8adccf color hex is 0.37, 0.00, 0.06, 0.14. Web safe color of #8adccf is #99cccc. Color #8adccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 11001111
Octal 212 334 317
Decimal 138 220 207
Hex 8A DC CF

RGB Percentages of Color #8adccf

%24.42
%38.94
%36.64

CMYK Percentages of Color #8adccf

%37
%0
%6
%14

Triadic Colors of #8adccf

#8adccf #cf8adc #dccf8a

Analogous Colors of #8adccf

#8adccf #8ac0dc #8adca6

Monochromatic Colors of #8adccf

#8adccf

Complementary Color

#8adccf #dc8a97

#8adccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adccf Color CSS Codes

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

#8adccf Text Font Color

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

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


#8adccf Background Color

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

This div background color is #8adccf


#8adccf Border Color

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

This div border color is #8adccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,220,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 #8adccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adccf


Comments

No comments written yet.

Please login to write comment.