Color Hex Logo

#8abcfc Color Hex

#8ABCFC
(138,188,252)
0 Favorites   0 Comments

Color spaces of #8abcfc

RGB 138188252
HSL0.590.950.76
HSV214°45°99°
CMYK 0.450.250.00   0.01
XYZ46.035148.398099.0109
Yxy48.39800.23800.2502
Hunter Lab69.5687-3.6278-35.6841
CIE-Lab75.07530.0974-36.7367

#8abcfc color RGB value is (138,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11111100
Octal 212 274 374
Decimal 138 188 252
Hex 8A BC FC

RGB Percentages of Color #8abcfc

%23.88
%32.53
%43.60

CMYK Percentages of Color #8abcfc

%45
%25
%0
%1

Triadic Colors of #8abcfc

#8abcfc #fc8abc #bcfc8a

Analogous Colors of #8abcfc

#8abcfc #918afc #8af5fc

Monochromatic Colors of #8abcfc

#8abcfc

Complementary Color

#8abcfc #fcca8a

#8abcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcfc Color CSS Codes

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

#8abcfc Text Font Color

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

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


#8abcfc Background Color

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

This div background color is #8abcfc


#8abcfc Border Color

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

This div border color is #8abcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcfc


Comments

No comments written yet.

Please login to write comment.