Color Hex Logo

#8adaea Color Hex

#8ADAEA
(138,218,234)
0 Favorites   0 Comments

Color spaces of #8adaea

RGB 138218234
HSL0.530.700.73
HSV190°41°92°
CMYK 0.410.070.00   0.08
XYZ50.403961.486687.0534
Yxy61.48660.25340.3091
Hunter Lab78.4134-22.4842-10.9335
CIE-Lab82.6396-20.4596-15.5575

#8adaea color RGB value is (138,218,234).

#8adaea hex color red value is 138, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8adaea hue: 0.53 , saturation: 0.70 and the lightness value of 8adaea is 0.73.

The process color (four color CMYK) of #8adaea color hex is 0.41, 0.07, 0.00, 0.08. Web safe color of #8adaea is #99ccff. Color #8adaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11101010
Octal 212 332 352
Decimal 138 218 234
Hex 8A DA EA

RGB Percentages of Color #8adaea

%23.39
%36.95
%39.66

CMYK Percentages of Color #8adaea

%41
%7
%0
%8

Triadic Colors of #8adaea

#8adaea #ea8ada #daea8a

Analogous Colors of #8adaea

#8adaea #8aaaea #8aeaca

Monochromatic Colors of #8adaea

#8adaea

Complementary Color

#8adaea #ea9a8a

#8adaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaea Color CSS Codes

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

#8adaea Text Font Color

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

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


#8adaea Background Color

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

This div background color is #8adaea


#8adaea Border Color

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

This div border color is #8adaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaea


Comments

No comments written yet.

Please login to write comment.