Color Hex Logo

#8adaeb Color Hex

#8ADAEB
(138,218,235)
0 Favorites   0 Comments

Color spaces of #8adaeb

RGB 138218235
HSL0.530.710.73
HSV191°41°92°
CMYK 0.410.070.00   0.08
XYZ50.548061.544287.8123
Yxy61.54420.25290.3079
Hunter Lab78.4501-22.2742-11.4506
CIE-Lab82.6704-20.2071-16.0423

#8adaeb color RGB value is (138,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11101011
Octal 212 332 353
Decimal 138 218 235
Hex 8A DA EB

RGB Percentages of Color #8adaeb

%23.35
%36.89
%39.76

CMYK Percentages of Color #8adaeb

%41
%7
%0
%8

Triadic Colors of #8adaeb

#8adaeb #eb8ada #daeb8a

Analogous Colors of #8adaeb

#8adaeb #8aaaeb #8aebcc

Monochromatic Colors of #8adaeb

#8adaeb

Complementary Color

#8adaeb #eb9b8a

#8adaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaeb Color CSS Codes

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

#8adaeb Text Font Color

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

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


#8adaeb Background Color

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

This div background color is #8adaeb


#8adaeb Border Color

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

This div border color is #8adaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaeb


Comments

No comments written yet.

Please login to write comment.