Color Hex Logo

#8acaee Color Hex

#8ACAEE
(138,202,238)
0 Favorites   0 Comments

Color spaces of #8acaee

RGB 138202238
HSL0.560.750.74
HSV202°42°93°
CMYK 0.420.150.00   0.07
XYZ47.034453.817488.7977
Yxy53.81740.24800.2838
Hunter Lab73.3603-13.9367-20.4143
CIE-Lab78.3551-11.2190-24.1762

#8acaee color RGB value is (138,202,238).

#8acaee hex color red value is 138, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8acaee hue: 0.56 , saturation: 0.75 and the lightness value of 8acaee is 0.74.

The process color (four color CMYK) of #8acaee color hex is 0.42, 0.15, 0.00, 0.07. Web safe color of #8acaee is #99ccff. Color #8acaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001010 11101110
Octal 212 312 356
Decimal 138 202 238
Hex 8A CA EE

RGB Percentages of Color #8acaee

%23.88
%34.95
%41.18

CMYK Percentages of Color #8acaee

%42
%15
%0
%7

Triadic Colors of #8acaee

#8acaee #ee8aca #caee8a

Analogous Colors of #8acaee

#8acaee #8a98ee #8aeee0

Monochromatic Colors of #8acaee

#8acaee

Complementary Color

#8acaee #eeae8a

#8acaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acaee Color CSS Codes

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

#8acaee Text Font Color

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

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


#8acaee Background Color

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

This div background color is #8acaee


#8acaee Border Color

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

This div border color is #8acaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acaee


Comments

No comments written yet.

Please login to write comment.