Color Hex Logo

#8adbfd Color Hex

#8ADBFD
(138,219,253)
0 Favorites   0 Comments

Color spaces of #8adbfd

RGB 138219253
HSL0.550.970.77
HSV198°45°99°
CMYK 0.450.130.00   0.01
XYZ53.542463.1582102.2973
Yxy63.15820.24450.2884
Hunter Lab79.4721-18.8162-20.6882
CIE-Lab83.5255-16.0467-24.2878

#8adbfd color RGB value is (138,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 11111101
Octal 212 333 375
Decimal 138 219 253
Hex 8A DB FD

RGB Percentages of Color #8adbfd

%22.62
%35.90
%41.48

CMYK Percentages of Color #8adbfd

%45
%13
%0
%1

Triadic Colors of #8adbfd

#8adbfd #fd8adb #dbfd8a

Analogous Colors of #8adbfd

#8adbfd #8aa2fd #8afde6

Monochromatic Colors of #8adbfd

#8adbfd

Complementary Color

#8adbfd #fdac8a

#8adbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbfd Color CSS Codes

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

#8adbfd Text Font Color

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

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


#8adbfd Background Color

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

This div background color is #8adbfd


#8adbfd Border Color

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

This div border color is #8adbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,219,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 #8adbfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbfd


Comments

No comments written yet.

Please login to write comment.