Color Hex Logo

#a5fcbd Color Hex

#A5FCBD
(165,252,189)
0 Favorites   0 Comments

Color spaces of #a5fcbd

RGB 165252189
HSL0.380.940.82
HSV137°35°99°
CMYK 0.350.000.25   0.01
XYZ59.512881.294360.6988
Yxy81.29430.29530.4034
Hunter Lab90.1634-39.966023.1998
CIE-Lab92.2625-38.894822.0569

#a5fcbd color RGB value is (165,252,189).

#a5fcbd hex color red value is 165, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a5fcbd hue: 0.38 , saturation: 0.94 and the lightness value of a5fcbd is 0.82.

The process color (four color CMYK) of #a5fcbd color hex is 0.35, 0.00, 0.25, 0.01. Web safe color of #a5fcbd is #99ffcc. Color #a5fcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111100 10111101
Octal 245 374 275
Decimal 165 252 189
Hex A5 FC BD

RGB Percentages of Color #a5fcbd

%27.23
%41.58
%31.19

CMYK Percentages of Color #a5fcbd

%35
%0
%25
%1

Triadic Colors of #a5fcbd

#a5fcbd #bda5fc #fcbda5

Analogous Colors of #a5fcbd

#a5fcbd #a5fce9 #b9fca5

Monochromatic Colors of #a5fcbd

#a5fcbd

Complementary Color

#a5fcbd #fca5e4

#a5fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fcbd Color CSS Codes

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

#a5fcbd Text Font Color

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

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


#a5fcbd Background Color

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

This div background color is #a5fcbd


#a5fcbd Border Color

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

This div border color is #a5fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fcbd


Comments

No comments written yet.

Please login to write comment.