Color Hex Logo

#8adfbe Color Hex

#8ADFBE
(138,223,190)
0 Favorites   0 Comments

Color spaces of #8adfbe

RGB 138223190
HSL0.440.570.71
HSV157°38°87°
CMYK 0.380.000.15   0.13
XYZ46.163261.896358.2293
Yxy61.89630.27760.3722
Hunter Lab78.6742-32.942511.1895
CIE-Lab82.8582-33.08608.1059

#8adfbe color RGB value is (138,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 10111110
Octal 212 337 276
Decimal 138 223 190
Hex 8A DF BE

RGB Percentages of Color #8adfbe

%25.05
%40.47
%34.48

CMYK Percentages of Color #8adfbe

%38
%0
%15
%13

Triadic Colors of #8adfbe

#8adfbe #be8adf #dfbe8a

Analogous Colors of #8adfbe

#8adfbe #8ad6df #8adf94

Monochromatic Colors of #8adfbe

#8adfbe

Complementary Color

#8adfbe #df8aab

#8adfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfbe Color CSS Codes

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

#8adfbe Text Font Color

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

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


#8adfbe Background Color

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

This div background color is #8adfbe


#8adfbe Border Color

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

This div border color is #8adfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfbe


Comments

No comments written yet.

Please login to write comment.