Color Hex Logo

#8acbdd Color Hex

#8ACBDD
(138,203,221)
0 Favorites   0 Comments

Color spaces of #8acbdd

RGB 138203221
HSL0.540.550.70
HSV193°38°87°
CMYK 0.380.080.00   0.13
XYZ44.888353.335676.3355
Yxy53.33560.25720.3055
Hunter Lab73.0312-18.0905-10.8507
CIE-Lab78.0727-16.1107-15.4776

#8acbdd color RGB value is (138,203,221).

#8acbdd hex color red value is 138, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8acbdd hue: 0.54 , saturation: 0.55 and the lightness value of 8acbdd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 11011101
Octal 212 313 335
Decimal 138 203 221
Hex 8A CB DD

RGB Percentages of Color #8acbdd

%24.56
%36.12
%39.32

CMYK Percentages of Color #8acbdd

%38
%8
%0
%13

Triadic Colors of #8acbdd

#8acbdd #dd8acb #cbdd8a

Analogous Colors of #8acbdd

#8acbdd #8aa2dd #8addc6

Monochromatic Colors of #8acbdd

#8acbdd

Complementary Color

#8acbdd #dd9c8a

#8acbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbdd Color CSS Codes

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

#8acbdd Text Font Color

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

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


#8acbdd Background Color

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

This div background color is #8acbdd


#8acbdd Border Color

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

This div border color is #8acbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbdd


Comments

No comments written yet.

Please login to write comment.