Color Hex Logo

#8adaec Color Hex

#8ADAEC
(138,218,236)
0 Favorites   0 Comments

Color spaces of #8adaec

RGB 138218236
HSL0.530.720.73
HSV191°42°93°
CMYK 0.420.080.00   0.07
XYZ50.693061.602288.5755
Yxy61.60220.25240.3067
Hunter Lab78.4871-22.0633-11.9700
CIE-Lab82.7014-19.9536-16.5267

#8adaec color RGB value is (138,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11101100
Octal 212 332 354
Decimal 138 218 236
Hex 8A DA EC

RGB Percentages of Color #8adaec

%23.31
%36.82
%39.86

CMYK Percentages of Color #8adaec

%42
%8
%0
%7

Triadic Colors of #8adaec

#8adaec #ec8ada #daec8a

Analogous Colors of #8adaec

#8adaec #8aa9ec #8aeccd

Monochromatic Colors of #8adaec

#8adaec

Complementary Color

#8adaec #ec9c8a

#8adaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaec Color CSS Codes

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

#8adaec Text Font Color

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

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


#8adaec Background Color

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

This div background color is #8adaec


#8adaec Border Color

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

This div border color is #8adaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaec

#8adaec Color Palettes


Comments

No comments written yet.

Please login to write comment.