Color Hex Logo

#8abefc Color Hex

#8ABEFC
(138,190,252)
0 Favorites   0 Comments

Color spaces of #8abefc

RGB 138190252
HSL0.590.950.76
HSV213°45°99°
CMYK 0.450.250.00   0.01
XYZ46.465449.258599.1543
Yxy49.25850.23840.2528
Hunter Lab70.1844-4.6472-34.6340
CIE-Lab75.6119-0.9959-35.9051

#8abefc color RGB value is (138,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11111100
Octal 212 276 374
Decimal 138 190 252
Hex 8A BE FC

RGB Percentages of Color #8abefc

%23.79
%32.76
%43.45

CMYK Percentages of Color #8abefc

%45
%25
%0
%1

Triadic Colors of #8abefc

#8abefc #fc8abe #befc8a

Analogous Colors of #8abefc

#8abefc #8f8afc #8af7fc

Monochromatic Colors of #8abefc

#8abefc

Complementary Color

#8abefc #fcc88a

#8abefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abefc Color CSS Codes

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

#8abefc Text Font Color

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

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


#8abefc Background Color

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

This div background color is #8abefc


#8abefc Border Color

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

This div border color is #8abefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abefc

Related Colors


Comments

No comments written yet.

Please login to write comment.