Color Hex Logo

#8abcd8 Color Hex

#8ABCD8
(138,188,216)
0 Favorites   0 Comments

Color spaces of #8abcd8

RGB 138188216
HSL0.560.500.69
HSV202°36°85°
CMYK 0.360.130.00   0.15
XYZ40.859146.327671.7544
Yxy46.32760.25710.2915
Hunter Lab68.0644-11.9590-14.8593
CIE-Lab73.7576-9.5283-19.2897

#8abcd8 color RGB value is (138,188,216).

#8abcd8 hex color red value is 138, green value is 188 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #8abcd8 hue: 0.56 , saturation: 0.50 and the lightness value of 8abcd8 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 11011000
Octal 212 274 330
Decimal 138 188 216
Hex 8A BC D8

RGB Percentages of Color #8abcd8

%25.46
%34.69
%39.85

CMYK Percentages of Color #8abcd8

%36
%13
%0
%15

Triadic Colors of #8abcd8

#8abcd8 #d88abc #bcd88a

Analogous Colors of #8abcd8

#8abcd8 #8a95d8 #8ad8cd

Monochromatic Colors of #8abcd8

#8abcd8

Complementary Color

#8abcd8 #d8a68a

#8abcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcd8 Color CSS Codes

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

#8abcd8 Text Font Color

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

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


#8abcd8 Background Color

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

This div background color is #8abcd8


#8abcd8 Border Color

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

This div border color is #8abcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcd8


Comments

No comments written yet.

Please login to write comment.