Color Hex Logo

#8ac1dd Color Hex

#8AC1DD
(138,193,221)
0 Favorites   0 Comments

Color spaces of #8ac1dd

RGB 138193221
HSL0.560.550.70
HSV200°38°87°
CMYK 0.380.130.00   0.13
XYZ42.602348.763775.5736
Yxy48.76370.25520.2921
Hunter Lab69.8310-13.3055-15.2840
CIE-Lab75.3041-10.9022-19.6580

#8ac1dd color RGB value is (138,193,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11000001 11011101
Octal 212 301 335
Decimal 138 193 221
Hex 8A C1 DD

RGB Percentages of Color #8ac1dd

%25.00
%34.96
%40.04

CMYK Percentages of Color #8ac1dd

%38
%13
%0
%13

Triadic Colors of #8ac1dd

#8ac1dd #dd8ac1 #c1dd8a

Analogous Colors of #8ac1dd

#8ac1dd #8a98dd #8addd0

Monochromatic Colors of #8ac1dd

#8ac1dd

Complementary Color

#8ac1dd #dda68a

#8ac1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac1dd Color CSS Codes

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

#8ac1dd Text Font Color

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

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


#8ac1dd Background Color

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

This div background color is #8ac1dd


#8ac1dd Border Color

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

This div border color is #8ac1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac1dd


Comments

No comments written yet.

Please login to write comment.