Color Hex Logo

#8abcdf Color Hex

#8ABCDF
(138,188,223)
0 Favorites   0 Comments

Color spaces of #8abcdf

RGB 138188223
HSL0.570.570.71
HSV205°38°87°
CMYK 0.380.160.00   0.13
XYZ41.783746.697476.6233
Yxy46.69740.25310.2828
Hunter Lab68.3355-10.4434-18.6459
CIE-Lab73.9958-7.7298-22.7298

#8abcdf color RGB value is (138,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11011111
Octal 212 274 337
Decimal 138 188 223
Hex 8A BC DF

RGB Percentages of Color #8abcdf

%25.14
%34.24
%40.62

CMYK Percentages of Color #8abcdf

%38
%16
%0
%13

Triadic Colors of #8abcdf

#8abcdf #df8abc #bcdf8a

Analogous Colors of #8abcdf

#8abcdf #8a92df #8adfd8

Monochromatic Colors of #8abcdf

#8abcdf

Complementary Color

#8abcdf #dfad8a

#8abcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcdf Color CSS Codes

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

#8abcdf Text Font Color

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

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


#8abcdf Background Color

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

This div background color is #8abcdf


#8abcdf Border Color

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

This div border color is #8abcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcdf


Comments

No comments written yet.

Please login to write comment.