Color Hex Logo

#8acae3 Color Hex

#8ACAE3
(138,202,227)
0 Favorites   0 Comments

Color spaces of #8acae3

RGB 138202227
HSL0.550.610.72
HSV197°39°89°
CMYK 0.390.110.00   0.11
XYZ45.466953.190480.5435
Yxy53.19040.25370.2968
Hunter Lab72.9317-16.3506-14.4258
CIE-Lab77.9873-14.0766-18.8314

#8acae3 color RGB value is (138,202,227).

#8acae3 hex color red value is 138, green value is 202 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #8acae3 hue: 0.55 , saturation: 0.61 and the lightness value of 8acae3 is 0.72.

The process color (four color CMYK) of #8acae3 color hex is 0.39, 0.11, 0.00, 0.11. Web safe color of #8acae3 is #99cccc. Color #8acae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001010 11100011
Octal 212 312 343
Decimal 138 202 227
Hex 8A CA E3

RGB Percentages of Color #8acae3

%24.34
%35.63
%40.04

CMYK Percentages of Color #8acae3

%39
%11
%0
%11

Triadic Colors of #8acae3

#8acae3 #e38aca #cae38a

Analogous Colors of #8acae3

#8acae3 #8a9ee3 #8ae3d0

Monochromatic Colors of #8acae3

#8acae3

Complementary Color

#8acae3 #e3a38a

#8acae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acae3 Color CSS Codes

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

#8acae3 Text Font Color

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

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


#8acae3 Background Color

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

This div background color is #8acae3


#8acae3 Border Color

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

This div border color is #8acae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acae3


Comments

No comments written yet.

Please login to write comment.