Color Hex Logo

#8acaed Color Hex

#8ACAED
(138,202,237)
0 Favorites   0 Comments

Color spaces of #8acaed

RGB 138202237
HSL0.560.730.74
HSV201°42°93°
CMYK 0.420.150.00   0.07
XYZ46.887853.758888.0260
Yxy53.75880.24850.2849
Hunter Lab73.3204-14.1614-19.8573
CIE-Lab78.3209-11.4827-23.6924

#8acaed color RGB value is (138,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001010 11101101
Octal 212 312 355
Decimal 138 202 237
Hex 8A CA ED

RGB Percentages of Color #8acaed

%23.92
%35.01
%41.07

CMYK Percentages of Color #8acaed

%42
%15
%0
%7

Triadic Colors of #8acaed

#8acaed #ed8aca #caed8a

Analogous Colors of #8acaed

#8acaed #8a99ed #8aeddf

Monochromatic Colors of #8acaed

#8acaed

Complementary Color

#8acaed #edad8a

#8acaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acaed Color CSS Codes

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

#8acaed Text Font Color

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

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


#8acaed Background Color

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

This div background color is #8acaed


#8acaed Border Color

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

This div border color is #8acaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acaed


Comments

No comments written yet.

Please login to write comment.