Color Hex Logo

#8daffb Color Hex

#8DAFFB
(141,175,251)
0 Favorites   0 Comments

Color spaces of #8daffb

RGB 141175251
HSL0.620.930.77
HSV221°44°98°
CMYK 0.440.300.00   0.02
XYZ43.727143.287797.3175
Yxy43.28770.23720.2348
Hunter Lab65.79343.4949-41.6427
CIE-Lab71.74987.7563-41.3593

#8daffb color RGB value is (141,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101111 11111011
Octal 215 257 373
Decimal 141 175 251
Hex 8D AF FB

RGB Percentages of Color #8daffb

%24.87
%30.86
%44.27

CMYK Percentages of Color #8daffb

%44
%30
%0
%2

Triadic Colors of #8daffb

#8daffb #fb8daf #affb8d

Analogous Colors of #8daffb

#8daffb #a28dfb #8de6fb

Monochromatic Colors of #8daffb

#8daffb

Complementary Color

#8daffb #fbd98d

#8daffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daffb Color CSS Codes

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

#8daffb Text Font Color

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

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


#8daffb Background Color

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

This div background color is #8daffb


#8daffb Border Color

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

This div border color is #8daffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,175,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daffb


Comments

No comments written yet.

Please login to write comment.