Color Hex Logo

#8bdafc Color Hex

#8BDAFC
(139,218,252)
0 Favorites   0 Comments

Color spaces of #8bdafc

RGB 139218252
HSL0.550.950.77
HSV198°45°99°
CMYK 0.450.130.00   0.01
XYZ53.289662.6600101.3814
Yxy62.66000.24520.2883
Hunter Lab79.1581-18.3595-20.5248
CIE-Lab83.2632-15.5667-24.1538

#8bdafc color RGB value is (139,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011010 11111100
Octal 213 332 374
Decimal 139 218 252
Hex 8B DA FC

RGB Percentages of Color #8bdafc

%22.82
%35.80
%41.38

CMYK Percentages of Color #8bdafc

%45
%13
%0
%1

Triadic Colors of #8bdafc

#8bdafc #fc8bda #dafc8b

Analogous Colors of #8bdafc

#8bdafc #8ba2fc #8bfce6

Monochromatic Colors of #8bdafc

#8bdafc

Complementary Color

#8bdafc #fcad8b

#8bdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdafc Color CSS Codes

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

#8bdafc Text Font Color

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

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


#8bdafc Background Color

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

This div background color is #8bdafc


#8bdafc Border Color

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

This div border color is #8bdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdafc

Related Colors


Comments

No comments written yet.

Please login to write comment.