Color Hex Logo

#8db7fa Color Hex

#8DB7FA
(141,183,250)
0 Favorites   0 Comments

Color spaces of #8db7fa

RGB 141183250
HSL0.600.920.77
HSV217°44°98°
CMYK 0.440.270.00   0.02
XYZ45.173346.431897.0238
Yxy46.43180.23950.2462
Hunter Lab68.1409-0.9118-36.7227
CIE-Lab73.82483.0214-37.5876

#8db7fa color RGB value is (141,183,250).

#8db7fa hex color red value is 141, green value is 183 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8db7fa hue: 0.60 , saturation: 0.92 and the lightness value of 8db7fa is 0.77.

The process color (four color CMYK) of #8db7fa color hex is 0.44, 0.27, 0.00, 0.02. Web safe color of #8db7fa is #99ccff. Color #8db7fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110111 11111010
Octal 215 267 372
Decimal 141 183 250
Hex 8D B7 FA

RGB Percentages of Color #8db7fa

%24.56
%31.88
%43.55

CMYK Percentages of Color #8db7fa

%44
%27
%0
%2

Triadic Colors of #8db7fa

#8db7fa #fa8db7 #b7fa8d

Analogous Colors of #8db7fa

#8db7fa #9a8dfa #8deefa

Monochromatic Colors of #8db7fa

#8db7fa

Complementary Color

#8db7fa #fad08d

#8db7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db7fa Color CSS Codes

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

#8db7fa Text Font Color

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

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


#8db7fa Background Color

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

This div background color is #8db7fa


#8db7fa Border Color

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

This div border color is #8db7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db7fa


Comments

No comments written yet.

Please login to write comment.