Color Hex Logo

#8ad1fd Color Hex

#8AD1FD
(138,209,253)
0 Favorites   0 Comments

Color spaces of #8ad1fd

RGB 138209253
HSL0.560.970.77
HSV203°45°99°
CMYK 0.450.170.00   0.01
XYZ51.011358.0961101.4536
Yxy58.09610.24230.2759
Hunter Lab76.2208-13.9240-25.5633
CIE-Lab80.7922-10.8773-28.4605

#8ad1fd color RGB value is (138,209,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010001 11111101
Octal 212 321 375
Decimal 138 209 253
Hex 8A D1 FD

RGB Percentages of Color #8ad1fd

%23.00
%34.83
%42.17

CMYK Percentages of Color #8ad1fd

%45
%17
%0
%1

Triadic Colors of #8ad1fd

#8ad1fd #fd8ad1 #d1fd8a

Analogous Colors of #8ad1fd

#8ad1fd #8a98fd #8afdf0

Monochromatic Colors of #8ad1fd

#8ad1fd

Complementary Color

#8ad1fd #fdb68a

#8ad1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad1fd Color CSS Codes

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

#8ad1fd Text Font Color

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

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


#8ad1fd Background Color

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

This div background color is #8ad1fd


#8ad1fd Border Color

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

This div border color is #8ad1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.