Color Hex Logo

#8abbdf Color Hex

#8ABBDF
(138,187,223)
0 Favorites   0 Comments

Color spaces of #8abbdf

RGB 138187223
HSL0.570.570.71
HSV205°38°87°
CMYK 0.380.160.00   0.13
XYZ41.570846.271676.5523
Yxy46.27160.25290.2815
Hunter Lab68.0232-9.9546-19.1078
CIE-Lab73.7214-7.1940-23.1479

#8abbdf color RGB value is (138,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 11011111
Octal 212 273 337
Decimal 138 187 223
Hex 8A BB DF

RGB Percentages of Color #8abbdf

%25.18
%34.12
%40.69

CMYK Percentages of Color #8abbdf

%38
%16
%0
%13

Triadic Colors of #8abbdf

#8abbdf #df8abb #bbdf8a

Analogous Colors of #8abbdf

#8abbdf #8a91df #8adfd9

Monochromatic Colors of #8abbdf

#8abbdf

Complementary Color

#8abbdf #dfae8a

#8abbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbdf Color CSS Codes

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

#8abbdf Text Font Color

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

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


#8abbdf Background Color

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

This div background color is #8abbdf


#8abbdf Border Color

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

This div border color is #8abbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbdf


Comments

No comments written yet.

Please login to write comment.