Color Hex Logo

#8abfdf Color Hex

#8ABFDF
(138,191,223)
0 Favorites   0 Comments

Color spaces of #8abfdf

RGB 138191223
HSL0.560.570.71
HSV203°38°87°
CMYK 0.380.140.00   0.13
XYZ42.431347.992676.8392
Yxy47.99260.25370.2869
Hunter Lab69.2767-11.9047-17.2686
CIE-Lab74.8203-9.3294-21.4752

#8abfdf color RGB value is (138,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11011111
Octal 212 277 337
Decimal 138 191 223
Hex 8A BF DF

RGB Percentages of Color #8abfdf

%25.00
%34.60
%40.40

CMYK Percentages of Color #8abfdf

%38
%14
%0
%13

Triadic Colors of #8abfdf

#8abfdf #df8abf #bfdf8a

Analogous Colors of #8abfdf

#8abfdf #8a95df #8adfd5

Monochromatic Colors of #8abfdf

#8abfdf

Complementary Color

#8abfdf #dfaa8a

#8abfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfdf Color CSS Codes

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

#8abfdf Text Font Color

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

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


#8abfdf Background Color

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

This div background color is #8abfdf


#8abfdf Border Color

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

This div border color is #8abfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfdf


Comments

No comments written yet.

Please login to write comment.