Color Hex Logo

#8adfbd Color Hex

#8ADFBD
(138,223,189)
0 Favorites   0 Comments

Color spaces of #8adfbd

RGB 138223189
HSL0.430.570.71
HSV156°38°87°
CMYK 0.380.000.15   0.13
XYZ46.054261.852757.6556
Yxy61.85270.27820.3736
Hunter Lab78.6465-33.104411.5871
CIE-Lab82.8350-33.29558.6008

#8adfbd color RGB value is (138,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 10111101
Octal 212 337 275
Decimal 138 223 189
Hex 8A DF BD

RGB Percentages of Color #8adfbd

%25.09
%40.55
%34.36

CMYK Percentages of Color #8adfbd

%38
%0
%15
%13

Triadic Colors of #8adfbd

#8adfbd #bd8adf #dfbd8a

Analogous Colors of #8adfbd

#8adfbd #8ad7df #8adf93

Monochromatic Colors of #8adfbd

#8adfbd

Complementary Color

#8adfbd #df8aac

#8adfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfbd Color CSS Codes

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

#8adfbd Text Font Color

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

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


#8adfbd Background Color

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

This div background color is #8adfbd


#8adfbd Border Color

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

This div border color is #8adfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfbd


Comments

No comments written yet.

Please login to write comment.