Color Hex Logo

#8abbfc Color Hex

#8ABBFC
(138,187,252)
0 Favorites   0 Comments

Color spaces of #8abbfc

RGB 138187252
HSL0.600.950.76
HSV214°45°99°
CMYK 0.450.260.00   0.01
XYZ45.822247.972298.9399
Yxy47.97220.23770.2489
Hunter Lab69.2620-3.1168-36.2117
CIE-Lab74.80740.6458-37.1523

#8abbfc color RGB value is (138,187,252).

#8abbfc hex color red value is 138, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8abbfc hue: 0.60 , saturation: 0.95 and the lightness value of 8abbfc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 11111100
Octal 212 273 374
Decimal 138 187 252
Hex 8A BB FC

RGB Percentages of Color #8abbfc

%23.92
%32.41
%43.67

CMYK Percentages of Color #8abbfc

%45
%26
%0
%1

Triadic Colors of #8abbfc

#8abbfc #fc8abb #bbfc8a

Analogous Colors of #8abbfc

#8abbfc #928afc #8af4fc

Monochromatic Colors of #8abbfc

#8abbfc

Complementary Color

#8abbfc #fccb8a

#8abbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbfc Color CSS Codes

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

#8abbfc Text Font Color

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

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


#8abbfc Background Color

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

This div background color is #8abbfc


#8abbfc Border Color

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

This div border color is #8abbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.