Color Hex Logo

#8adacf Color Hex

#8ADACF
(138,218,207)
0 Favorites   0 Comments

Color spaces of #8adacf

RGB 138218207
HSL0.480.520.70
HSV172°37°85°
CMYK 0.370.000.05   0.15
XYZ46.815160.051168.1551
Yxy60.05110.26750.3431
Hunter Lab77.4926-27.77612.0991
CIE-Lab81.8660-26.9675-2.3496

#8adacf color RGB value is (138,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11001111
Octal 212 332 317
Decimal 138 218 207
Hex 8A DA CF

RGB Percentages of Color #8adacf

%24.51
%38.72
%36.77

CMYK Percentages of Color #8adacf

%37
%0
%5
%15

Triadic Colors of #8adacf

#8adacf #cf8ada #dacf8a

Analogous Colors of #8adacf

#8adacf #8abdda #8adaa7

Monochromatic Colors of #8adacf

#8adacf

Complementary Color

#8adacf #da8a95

#8adacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adacf Color CSS Codes

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

#8adacf Text Font Color

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

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


#8adacf Background Color

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

This div background color is #8adacf


#8adacf Border Color

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

This div border color is #8adacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adacf


Comments

No comments written yet.

Please login to write comment.