Color Hex Logo

#8adde0 Color Hex

#8ADDE0
(138,221,224)
0 Favorites   0 Comments

Color spaces of #8adde0

RGB 138221224
HSL0.510.580.71
HSV182°38°88°
CMYK 0.380.010.00   0.12
XYZ49.792262.498079.9600
Yxy62.49800.25900.3251
Hunter Lab79.0557-25.9215-4.6292
CIE-Lab83.1775-24.4221-9.4448

#8adde0 color RGB value is (138,221,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 11100000
Octal 212 335 340
Decimal 138 221 224
Hex 8A DD E0

RGB Percentages of Color #8adde0

%23.67
%37.91
%38.42

CMYK Percentages of Color #8adde0

%38
%1
%0
%12

Triadic Colors of #8adde0

#8adde0 #e08add #dde08a

Analogous Colors of #8adde0

#8adde0 #8ab2e0 #8ae0b8

Monochromatic Colors of #8adde0

#8adde0

Complementary Color

#8adde0 #e08d8a

#8adde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adde0 Color CSS Codes

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

#8adde0 Text Font Color

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

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


#8adde0 Background Color

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

This div background color is #8adde0


#8adde0 Border Color

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

This div border color is #8adde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adde0


Comments

No comments written yet.

Please login to write comment.