Color Hex Logo

#8afacc Color Hex

#8AFACC
(138,250,204)
0 Favorites   0 Comments

Color spaces of #8afacc

RGB 138250204
HSL0.430.920.76
HSV155°45°98°
CMYK 0.450.000.18   0.02
XYZ55.565978.134169.2795
Yxy78.13410.27380.3849
Hunter Lab88.3935-42.480015.4062
CIE-Lab90.8411-42.441212.1890

#8afacc color RGB value is (138,250,204).

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

The process color (four color CMYK) of #8afacc color hex is 0.45, 0.00, 0.18, 0.02. Web safe color of #8afacc is #99ffcc. Color #8afacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111010 11001100
Octal 212 372 314
Decimal 138 250 204
Hex 8A FA CC

RGB Percentages of Color #8afacc

%23.31
%42.23
%34.46

CMYK Percentages of Color #8afacc

%45
%0
%18
%2

Triadic Colors of #8afacc

#8afacc #cc8afa #facc8a

Analogous Colors of #8afacc

#8afacc #8af0fa #8afa94

Monochromatic Colors of #8afacc

#8afacc

Complementary Color

#8afacc #fa8ab8

#8afacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afacc Color CSS Codes

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

#8afacc Text Font Color

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

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


#8afacc Background Color

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

This div background color is #8afacc


#8afacc Border Color

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

This div border color is #8afacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afacc

Related Colors


Comments

No comments written yet.

Please login to write comment.