Color Hex Logo

#8accce Color Hex

#8ACCCE
(138,204,206)
0 Favorites   0 Comments

Color spaces of #8accce

RGB 138204206
HSL0.500.410.67
HSV182°33°81°
CMYK 0.330.010.00   0.19
XYZ43.214753.045266.3536
Yxy53.04520.26580.3262
Hunter Lab72.8321-21.5439-3.0336
CIE-Lab77.9017-20.2740-7.6637

#8accce color RGB value is (138,204,206).

#8accce hex color red value is 138, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8accce hue: 0.50 , saturation: 0.41 and the lightness value of 8accce is 0.67.

The process color (four color CMYK) of #8accce color hex is 0.33, 0.01, 0.00, 0.19. Web safe color of #8accce is #99cccc. Color #8accce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 11001110
Octal 212 314 316
Decimal 138 204 206
Hex 8A CC CE

RGB Percentages of Color #8accce

%25.18
%37.23
%37.59

CMYK Percentages of Color #8accce

%33
%1
%0
%19

Triadic Colors of #8accce

#8accce #ce8acc #ccce8a

Analogous Colors of #8accce

#8accce #8aaace #8aceae

Monochromatic Colors of #8accce

#8accce

Complementary Color

#8accce #ce8c8a

#8accce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accce Color CSS Codes

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

#8accce Text Font Color

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

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


#8accce Background Color

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

This div background color is #8accce


#8accce Border Color

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

This div border color is #8accce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accce


Comments

No comments written yet.

Please login to write comment.