Color Hex Logo

#8accee Color Hex

#8ACCEE
(138,204,238)
0 Favorites   0 Comments

Color spaces of #8accee

RGB 138204238
HSL0.560.750.74
HSV200°42°93°
CMYK 0.420.140.00   0.07
XYZ47.506754.762188.9552
Yxy54.76210.24840.2864
Hunter Lab74.0014-14.9108-19.4700
CIE-Lab78.9040-12.2656-23.3403

#8accee color RGB value is (138,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 11101110
Octal 212 314 356
Decimal 138 204 238
Hex 8A CC EE

RGB Percentages of Color #8accee

%23.79
%35.17
%41.03

CMYK Percentages of Color #8accee

%42
%14
%0
%7

Triadic Colors of #8accee

#8accee #ee8acc #ccee8a

Analogous Colors of #8accee

#8accee #8a9aee #8aeede

Monochromatic Colors of #8accee

#8accee

Complementary Color

#8accee #eeac8a

#8accee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accee Color CSS Codes

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

#8accee Text Font Color

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

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


#8accee Background Color

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

This div background color is #8accee


#8accee Border Color

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

This div border color is #8accee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accee


Comments

No comments written yet.

Please login to write comment.