Color Hex Logo

#8abcfb Color Hex

#8ABCFB
(138,188,251)
0 Favorites   0 Comments

Color spaces of #8abcfb

RGB 138188251
HSL0.590.930.76
HSV213°45°98°
CMYK 0.450.250.00   0.02
XYZ45.877048.334798.1783
Yxy48.33470.23850.2512
Hunter Lab69.5232-3.8768-35.0612
CIE-Lab75.0355-0.1814-36.2606

#8abcfb color RGB value is (138,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11111011
Octal 212 274 373
Decimal 138 188 251
Hex 8A BC FB

RGB Percentages of Color #8abcfb

%23.92
%32.58
%43.50

CMYK Percentages of Color #8abcfb

%45
%25
%0
%2

Triadic Colors of #8abcfb

#8abcfb #fb8abc #bcfb8a

Analogous Colors of #8abcfb

#8abcfb #918afb #8af5fb

Monochromatic Colors of #8abcfb

#8abcfb

Complementary Color

#8abcfb #fbc98a

#8abcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcfb Color CSS Codes

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

#8abcfb Text Font Color

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

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


#8abcfb Background Color

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

This div background color is #8abcfb


#8abcfb Border Color

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

This div border color is #8abcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcfb


Comments

No comments written yet.

Please login to write comment.