Color Hex Logo

#8acedc Color Hex

#8ACEDC
(138,206,220)
0 Favorites   0 Comments

Color spaces of #8acedc

RGB 138206220
HSL0.530.540.70
HSV190°37°86°
CMYK 0.370.060.00   0.14
XYZ45.470854.713275.8743
Yxy54.71320.25830.3108
Hunter Lab73.9684-19.7148-9.0399
CIE-Lab78.8758-17.8951-13.7345

#8acedc color RGB value is (138,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 11011100
Octal 212 316 334
Decimal 138 206 220
Hex 8A CE DC

RGB Percentages of Color #8acedc

%24.47
%36.52
%39.01

CMYK Percentages of Color #8acedc

%37
%6
%0
%14

Triadic Colors of #8acedc

#8acedc #dc8ace #cedc8a

Analogous Colors of #8acedc

#8acedc #8aa5dc #8adcc1

Monochromatic Colors of #8acedc

#8acedc

Complementary Color

#8acedc #dc988a

#8acedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acedc Color CSS Codes

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

#8acedc Text Font Color

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

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


#8acedc Background Color

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

This div background color is #8acedc


#8acedc Border Color

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

This div border color is #8acedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acedc


Comments

No comments written yet.

Please login to write comment.