Color Hex Logo

#8bdbff Color Hex

#8BDBFF
(139,219,255)
0 Favorites   0 Comments

Color spaces of #8bdbff

RGB 139219255
HSL0.551.000.77
HSV199°45°100°
CMYK 0.450.140.00   0.00
XYZ54.029063.3720103.9921
Yxy63.37200.24400.2862
Hunter Lab79.6065-18.1634-21.7275
CIE-Lab83.6377-15.2830-25.1702

#8bdbff color RGB value is (139,219,255).

#8bdbff hex color red value is 139, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8bdbff hue: 0.55 , saturation: 1.00 and the lightness value of 8bdbff is 0.77.

The process color (four color CMYK) of #8bdbff color hex is 0.45, 0.14, 0.00, 0.00. Web safe color of #8bdbff is #99ccff. Color #8bdbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011011 11111111
Octal 213 333 377
Decimal 139 219 255
Hex 8B DB FF

RGB Percentages of Color #8bdbff

%22.68
%35.73
%41.60

CMYK Percentages of Color #8bdbff

%45
%14
%0
%0

Triadic Colors of #8bdbff

#8bdbff #ff8bdb #dbff8b

Analogous Colors of #8bdbff

#8bdbff #8ba1ff #8bffe9

Monochromatic Colors of #8bdbff

#8bdbff

Complementary Color

#8bdbff #ffaf8b

#8bdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdbff Color CSS Codes

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

#8bdbff Text Font Color

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

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


#8bdbff Background Color

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

This div background color is #8bdbff


#8bdbff Border Color

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

This div border color is #8bdbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,219,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bdbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bdbff;
  -webkit-box-shadow: 1px 1px 3px 2px #8bdbff;
  box-shadow:         1px 1px 3px 2px #8bdbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,219,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdbff

Related Colors

#8bdbff Color Palettes


Comments

No comments written yet.

Please login to write comment.