Color Hex Logo

#8daffd Color Hex

#8DAFFD
(141,175,253)
0 Favorites   0 Comments

Color spaces of #8daffd

RGB 141175253
HSL0.620.970.77
HSV222°44°99°
CMYK 0.440.310.00   0.01
XYZ44.044143.414598.9870
Yxy43.41450.23620.2329
Hunter Lab65.88974.0118-42.9494
CIE-Lab71.83548.3179-42.3071

#8daffd color RGB value is (141,175,253).

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

The process color (four color CMYK) of #8daffd color hex is 0.44, 0.31, 0.00, 0.01. Web safe color of #8daffd is #9999ff. Color #8daffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101111 11111101
Octal 215 257 375
Decimal 141 175 253
Hex 8D AF FD

RGB Percentages of Color #8daffd

%24.78
%30.76
%44.46

CMYK Percentages of Color #8daffd

%44
%31
%0
%1

Triadic Colors of #8daffd

#8daffd #fd8daf #affd8d

Analogous Colors of #8daffd

#8daffd #a38dfd #8de7fd

Monochromatic Colors of #8daffd

#8daffd

Complementary Color

#8daffd #fddb8d

#8daffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daffd Color CSS Codes

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

#8daffd Text Font Color

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

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


#8daffd Background Color

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

This div background color is #8daffd


#8daffd Border Color

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

This div border color is #8daffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daffd


Comments

No comments written yet.

Please login to write comment.