Color Hex Logo

#8aceda Color Hex

#8ACEDA
(138,206,218)
0 Favorites   0 Comments

Color spaces of #8aceda

RGB 138206218
HSL0.530.520.70
HSV189°37°85°
CMYK 0.370.060.00   0.15
XYZ45.207454.607874.4874
Yxy54.60780.25940.3133
Hunter Lab73.8971-20.1205-8.0357
CIE-Lab78.8148-18.3889-12.7526

#8aceda color RGB value is (138,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 11011010
Octal 212 316 332
Decimal 138 206 218
Hex 8A CE DA

RGB Percentages of Color #8aceda

%24.56
%36.65
%38.79

CMYK Percentages of Color #8aceda

%37
%6
%0
%15

Triadic Colors of #8aceda

#8aceda #da8ace #ceda8a

Analogous Colors of #8aceda

#8aceda #8aa6da #8adabe

Monochromatic Colors of #8aceda

#8aceda

Complementary Color

#8aceda #da968a

#8aceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aceda Color CSS Codes

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

#8aceda Text Font Color

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

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


#8aceda Background Color

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

This div background color is #8aceda


#8aceda Border Color

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

This div border color is #8aceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aceda


Comments

No comments written yet.

Please login to write comment.