Color Hex Logo

#8dbcfb Color Hex

#8DBCFB
(141,188,251)
0 Favorites   0 Comments

Color spaces of #8dbcfb

RGB 141188251
HSL0.600.930.77
HSV214°44°98°
CMYK 0.440.250.00   0.02
XYZ46.380348.594298.2019
Yxy48.59420.24010.2516
Hunter Lab69.7095-3.2291-34.7269
CIE-Lab75.19820.5467-35.9956

#8dbcfb color RGB value is (141,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111100 11111011
Octal 215 274 373
Decimal 141 188 251
Hex 8D BC FB

RGB Percentages of Color #8dbcfb

%24.31
%32.41
%43.28

CMYK Percentages of Color #8dbcfb

%44
%25
%0
%2

Triadic Colors of #8dbcfb

#8dbcfb #fb8dbc #bcfb8d

Analogous Colors of #8dbcfb

#8dbcfb #958dfb #8df3fb

Monochromatic Colors of #8dbcfb

#8dbcfb

Complementary Color

#8dbcfb #fbcc8d

#8dbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbcfb Color CSS Codes

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

#8dbcfb Text Font Color

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

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


#8dbcfb Background Color

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

This div background color is #8dbcfb


#8dbcfb Border Color

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

This div border color is #8dbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbcfb


Comments

No comments written yet.

Please login to write comment.