Color Hex Logo

#8acddc Color Hex

#8ACDDC
(138,205,220)
0 Favorites   0 Comments

Color spaces of #8acddc

RGB 138205220
HSL0.530.540.70
HSV191°37°86°
CMYK 0.370.070.00   0.14
XYZ45.230854.233275.7943
Yxy54.23320.25810.3094
Hunter Lab73.6432-19.2429-9.4716
CIE-Lab78.5975-17.3849-14.1519

#8acddc color RGB value is (138,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 11011100
Octal 212 315 334
Decimal 138 205 220
Hex 8A CD DC

RGB Percentages of Color #8acddc

%24.51
%36.41
%39.08

CMYK Percentages of Color #8acddc

%37
%7
%0
%14

Triadic Colors of #8acddc

#8acddc #dc8acd #cddc8a

Analogous Colors of #8acddc

#8acddc #8aa4dc #8adcc2

Monochromatic Colors of #8acddc

#8acddc

Complementary Color

#8acddc #dc998a

#8acddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acddc Color CSS Codes

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

#8acddc Text Font Color

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

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


#8acddc Background Color

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

This div background color is #8acddc


#8acddc Border Color

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

This div border color is #8acddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acddc


Comments

No comments written yet.

Please login to write comment.