Color Hex Logo

#8accfc Color Hex

#8ACCFC
(138,204,252)
0 Favorites   0 Comments

Color spaces of #8accfc

RGB 138204252
HSL0.570.950.76
HSV205°45°99°
CMYK 0.450.190.00   0.01
XYZ49.644855.6173100.2141
Yxy55.61730.24160.2707
Hunter Lab74.5770-11.6850-27.4680
CIE-Lab79.3955-8.5183-30.0698

#8accfc color RGB value is (138,204,252).

#8accfc hex color red value is 138, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8accfc hue: 0.57 , saturation: 0.95 and the lightness value of 8accfc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 11111100
Octal 212 314 374
Decimal 138 204 252
Hex 8A CC FC

RGB Percentages of Color #8accfc

%23.23
%34.34
%42.42

CMYK Percentages of Color #8accfc

%45
%19
%0
%1

Triadic Colors of #8accfc

#8accfc #fc8acc #ccfc8a

Analogous Colors of #8accfc

#8accfc #8a93fc #8afcf3

Monochromatic Colors of #8accfc

#8accfc

Complementary Color

#8accfc #fcba8a

#8accfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accfc Color CSS Codes

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

#8accfc Text Font Color

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

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


#8accfc Background Color

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

This div background color is #8accfc


#8accfc Border Color

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

This div border color is #8accfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accfc

Related Colors


Comments

No comments written yet.

Please login to write comment.