Color Hex Logo

#8aceed Color Hex

#8ACEED
(138,206,237)
0 Favorites   0 Comments

Color spaces of #8aceed

RGB 138206237
HSL0.550.730.74
HSV199°42°93°
CMYK 0.420.130.00   0.07
XYZ47.838655.660388.3429
Yxy55.66030.24940.2901
Hunter Lab74.6058-16.1028-17.9829
CIE-Lab79.4201-13.5681-22.0205

#8aceed color RGB value is (138,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 11101101
Octal 212 316 355
Decimal 138 206 237
Hex 8A CE ED

RGB Percentages of Color #8aceed

%23.75
%35.46
%40.79

CMYK Percentages of Color #8aceed

%42
%13
%0
%7

Triadic Colors of #8aceed

#8aceed #ed8ace #ceed8a

Analogous Colors of #8aceed

#8aceed #8a9ded #8aeddb

Monochromatic Colors of #8aceed

#8aceed

Complementary Color

#8aceed #eda98a

#8aceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aceed Color CSS Codes

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

#8aceed Text Font Color

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

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


#8aceed Background Color

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

This div background color is #8aceed


#8aceed Border Color

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

This div border color is #8aceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aceed


Comments

No comments written yet.

Please login to write comment.