Color Hex Logo

#8acddb Color Hex

#8ACDDB
(138,205,219)
0 Favorites   0 Comments

Color spaces of #8acddb

RGB 138205219
HSL0.530.530.70
HSV190°37°86°
CMYK 0.370.060.00   0.14
XYZ45.098754.180475.0987
Yxy54.18040.25860.3107
Hunter Lab73.6073-19.4471-8.9661
CIE-Lab78.5668-17.6330-13.6609

#8acddb color RGB value is (138,205,219).

#8acddb hex color red value is 138, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8acddb hue: 0.53 , saturation: 0.53 and the lightness value of 8acddb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11011011
Octal 212 315 333
Decimal 138 205 219
Hex 8A CD DB

RGB Percentages of Color #8acddb

%24.56
%36.48
%38.97

CMYK Percentages of Color #8acddb

%37
%6
%0
%14

Triadic Colors of #8acddb

#8acddb #db8acd #cddb8a

Analogous Colors of #8acddb

#8acddb #8aa5db #8adbc1

Monochromatic Colors of #8acddb

#8acddb

Complementary Color

#8acddb #db988a

#8acddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acddb Color CSS Codes

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

#8acddb Text Font Color

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

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


#8acddb Background Color

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

This div background color is #8acddb


#8acddb Border Color

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

This div border color is #8acddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acddb

#8acddb Color Palettes


Comments

No comments written yet.

Please login to write comment.