Color Hex Logo

#8ab3cd Color Hex

#8AB3CD
(138,179,205)
2 Favorites   0 Comments

Color spaces of #8ab3cd

RGB 138179205
HSL0.560.400.67
HSV203°33°80°
CMYK 0.330.130.00   0.20
XYZ37.620842.051363.8915
Yxy42.05130.26200.2929
Hunter Lab64.8470-9.9259-13.0235
CIE-Lab70.9063-7.4829-17.6010

#8ab3cd color RGB value is (138,179,205).

#8ab3cd hex color red value is 138, green value is 179 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8ab3cd hue: 0.56 , saturation: 0.40 and the lightness value of 8ab3cd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110011 11001101
Octal 212 263 315
Decimal 138 179 205
Hex 8A B3 CD

RGB Percentages of Color #8ab3cd

%26.44
%34.29
%39.27

CMYK Percentages of Color #8ab3cd

%33
%13
%0
%20

Triadic Colors of #8ab3cd

#8ab3cd #cd8ab3 #b3cd8a

Analogous Colors of #8ab3cd

#8ab3cd #8a92cd #8acdc6

Monochromatic Colors of #8ab3cd

#8ab3cd

Complementary Color

#8ab3cd #cda48a

#8ab3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab3cd Color CSS Codes

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

#8ab3cd Text Font Color

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

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


#8ab3cd Background Color

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

This div background color is #8ab3cd


#8ab3cd Border Color

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

This div border color is #8ab3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab3cd


Comments

No comments written yet.

Please login to write comment.