Color Hex Logo

#8adafd Color Hex

#8ADAFD
(138,218,253)
0 Favorites   0 Comments

Color spaces of #8adafd

RGB 138218253
HSL0.550.970.77
HSV198°45°99°
CMYK 0.450.140.00   0.01
XYZ53.282362.6379102.2106
Yxy62.63790.24430.2872
Hunter Lab79.1441-18.3304-21.1691
CIE-Lab83.2515-15.5352-24.7050

#8adafd color RGB value is (138,218,253).

#8adafd hex color red value is 138, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8adafd hue: 0.55 , saturation: 0.97 and the lightness value of 8adafd is 0.77.

The process color (four color CMYK) of #8adafd color hex is 0.45, 0.14, 0.00, 0.01. Web safe color of #8adafd is #99ccff. Color #8adafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11111101
Octal 212 332 375
Decimal 138 218 253
Hex 8A DA FD

RGB Percentages of Color #8adafd

%22.66
%35.80
%41.54

CMYK Percentages of Color #8adafd

%45
%14
%0
%1

Triadic Colors of #8adafd

#8adafd #fd8ada #dafd8a

Analogous Colors of #8adafd

#8adafd #8aa1fd #8afde7

Monochromatic Colors of #8adafd

#8adafd

Complementary Color

#8adafd #fdad8a

#8adafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adafd Color CSS Codes

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

#8adafd Text Font Color

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

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


#8adafd Background Color

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

This div background color is #8adafd


#8adafd Border Color

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

This div border color is #8adafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adafd


Comments

No comments written yet.

Please login to write comment.