Color Hex Logo

#8adadf Color Hex

#8ADADF
(138,218,223)
0 Favorites   0 Comments

Color spaces of #8adadf

RGB 138218223
HSL0.510.570.71
HSV184°38°87°
CMYK 0.380.020.00   0.13
XYZ48.871960.873878.9860
Yxy60.87380.25890.3225
Hunter Lab78.0217-24.7275-5.4077
CIE-Lab82.3109-23.1850-10.2035

#8adadf color RGB value is (138,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11011111
Octal 212 332 337
Decimal 138 218 223
Hex 8A DA DF

RGB Percentages of Color #8adadf

%23.83
%37.65
%38.51

CMYK Percentages of Color #8adadf

%38
%2
%0
%13

Triadic Colors of #8adadf

#8adadf #df8ada #dadf8a

Analogous Colors of #8adadf

#8adadf #8ab0df #8adfba

Monochromatic Colors of #8adadf

#8adadf

Complementary Color

#8adadf #df8f8a

#8adadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adadf Color CSS Codes

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

#8adadf Text Font Color

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

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


#8adadf Background Color

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

This div background color is #8adadf


#8adadf Border Color

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

This div border color is #8adadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adadf


Comments

No comments written yet.

Please login to write comment.