Color Hex Logo

#8dbdfb Color Hex

#8DBDFB
(141,189,251)
0 Favorites   0 Comments

Color spaces of #8dbdfb

RGB 141189251
HSL0.590.930.77
HSV214°44°98°
CMYK 0.440.250.00   0.02
XYZ46.594749.022998.2734
Yxy49.02290.24030.2528
Hunter Lab70.0164-3.7399-34.2067
CIE-Lab75.4656-0.0003-35.5815

#8dbdfb color RGB value is (141,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111101 11111011
Octal 215 275 373
Decimal 141 189 251
Hex 8D BD FB

RGB Percentages of Color #8dbdfb

%24.27
%32.53
%43.20

CMYK Percentages of Color #8dbdfb

%44
%25
%0
%2

Triadic Colors of #8dbdfb

#8dbdfb #fb8dbd #bdfb8d

Analogous Colors of #8dbdfb

#8dbdfb #948dfb #8df4fb

Monochromatic Colors of #8dbdfb

#8dbdfb

Complementary Color

#8dbdfb #fbcb8d

#8dbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbdfb Color CSS Codes

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

#8dbdfb Text Font Color

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

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


#8dbdfb Background Color

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

This div background color is #8dbdfb


#8dbdfb Border Color

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

This div border color is #8dbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbdfb


Comments

No comments written yet.

Please login to write comment.