Color Hex Logo

#8adfda Color Hex

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

Color spaces of #8adfda

RGB 138223218
HSL0.490.570.71
HSV176°38°87°
CMYK 0.380.000.02   0.13
XYZ49.523863.240675.9261
Yxy63.24060.26250.3352
Hunter Lab79.5240-28.0055-0.9408
CIE-Lab83.5688-26.8341-5.6834

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

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

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

Base Numbers

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

RGB Percentages of Color #8adfda

%23.83
%38.51
%37.65

CMYK Percentages of Color #8adfda

%38
%0
%2
%13

Triadic Colors of #8adfda

#8adfda #da8adf #dfda8a

Analogous Colors of #8adfda

#8adfda #8abadf #8adfb0

Monochromatic Colors of #8adfda

#8adfda

Complementary Color

#8adfda #df8a8f

#8adfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfda Color CSS Codes

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

#8adfda Text Font Color

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

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


#8adfda Background Color

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

This div background color is #8adfda


#8adfda Border Color

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

This div border color is #8adfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfda


Comments

No comments written yet.

Please login to write comment.