Color Hex Logo

#8abfdc Color Hex

#8ABFDC
(138,191,220)
0 Favorites   0 Comments

Color spaces of #8abfdc

RGB 138191220
HSL0.560.540.70
HSV201°37°86°
CMYK 0.370.130.00   0.14
XYZ42.030347.832274.7274
Yxy47.83220.25540.2906
Hunter Lab69.1608-12.5537-15.6495
CIE-Lab74.7190-10.1005-20.0034

#8abfdc color RGB value is (138,191,220).

#8abfdc hex color red value is 138, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8abfdc hue: 0.56 , saturation: 0.54 and the lightness value of 8abfdc is 0.70.

The process color (four color CMYK) of #8abfdc color hex is 0.37, 0.13, 0.00, 0.14. Web safe color of #8abfdc is #99cccc. Color #8abfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11011100
Octal 212 277 334
Decimal 138 191 220
Hex 8A BF DC

RGB Percentages of Color #8abfdc

%25.14
%34.79
%40.07

CMYK Percentages of Color #8abfdc

%37
%13
%0
%14

Triadic Colors of #8abfdc

#8abfdc #dc8abf #bfdc8a

Analogous Colors of #8abfdc

#8abfdc #8a96dc #8adcd0

Monochromatic Colors of #8abfdc

#8abfdc

Complementary Color

#8abfdc #dca78a

#8abfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfdc Color CSS Codes

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

#8abfdc Text Font Color

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

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


#8abfdc Background Color

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

This div background color is #8abfdc


#8abfdc Border Color

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

This div border color is #8abfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,191,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfdc


Comments

No comments written yet.

Please login to write comment.