Color Hex Logo

#8adebc Color Hex

#8ADEBC
(138,222,188)
0 Favorites   0 Comments

Color spaces of #8adebc

RGB 138222188
HSL0.430.560.71
HSV156°38°87°
CMYK 0.380.000.15   0.13
XYZ45.679661.276756.9970
Yxy61.27670.27860.3737
Hunter Lab78.2794-32.826211.6252
CIE-Lab82.5273-33.03678.6886

#8adebc color RGB value is (138,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 10111100
Octal 212 336 274
Decimal 138 222 188
Hex 8A DE BC

RGB Percentages of Color #8adebc

%25.18
%40.51
%34.31

CMYK Percentages of Color #8adebc

%38
%0
%15
%13

Triadic Colors of #8adebc

#8adebc #bc8ade #debc8a

Analogous Colors of #8adebc

#8adebc #8ad6de #8ade92

Monochromatic Colors of #8adebc

#8adebc

Complementary Color

#8adebc #de8aac

#8adebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adebc Color CSS Codes

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

#8adebc Text Font Color

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

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


#8adebc Background Color

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

This div background color is #8adebc


#8adebc Border Color

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

This div border color is #8adebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adebc


Comments

No comments written yet.

Please login to write comment.