Color Hex Logo

#a5facb Color Hex

#A5FACB
(165,250,203)
0 Favorites   0 Comments

Color spaces of #a5facb

RGB 165250203
HSL0.410.890.81
HSV147°34°98°
CMYK 0.340.000.19   0.02
XYZ60.482180.682368.8854
Yxy80.68230.28790.3841
Hunter Lab89.8233-36.998717.4069
CIE-Lab91.9901-35.411014.4970

#a5facb color RGB value is (165,250,203).

#a5facb hex color red value is 165, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a5facb hue: 0.41 , saturation: 0.89 and the lightness value of a5facb is 0.81.

The process color (four color CMYK) of #a5facb color hex is 0.34, 0.00, 0.19, 0.02. Web safe color of #a5facb is #99ffcc. Color #a5facb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111010 11001011
Octal 245 372 313
Decimal 165 250 203
Hex A5 FA CB

RGB Percentages of Color #a5facb

%26.70
%40.45
%32.85

CMYK Percentages of Color #a5facb

%34
%0
%19
%2

Triadic Colors of #a5facb

#a5facb #cba5fa #facba5

Analogous Colors of #a5facb

#a5facb #a5faf6 #aafaa5

Monochromatic Colors of #a5facb

#a5facb

Complementary Color

#a5facb #faa5d4

#a5facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5facb Color CSS Codes

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

#a5facb Text Font Color

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

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


#a5facb Background Color

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

This div background color is #a5facb


#a5facb Border Color

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

This div border color is #a5facb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,250,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5facb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5facb;
  -webkit-box-shadow: 1px 1px 3px 2px #a5facb;
  box-shadow:         1px 1px 3px 2px #a5facb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5facb


Comments

No comments written yet.

Please login to write comment.