Color Hex Logo

#a3fcbd Color Hex

#A3FCBD
(163,252,189)
0 Favorites   0 Comments

Color spaces of #a3fcbd

RGB 163252189
HSL0.380.940.81
HSV138°35°99°
CMYK 0.350.000.25   0.01
XYZ59.100081.081560.6795
Yxy81.08150.29420.4037
Hunter Lab90.0453-40.423123.0775
CIE-Lab92.1679-39.478521.9113

#a3fcbd color RGB value is (163,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111100 10111101
Octal 243 374 275
Decimal 163 252 189
Hex A3 FC BD

RGB Percentages of Color #a3fcbd

%26.99
%41.72
%31.29

CMYK Percentages of Color #a3fcbd

%35
%0
%25
%1

Triadic Colors of #a3fcbd

#a3fcbd #bda3fc #fcbda3

Analogous Colors of #a3fcbd

#a3fcbd #a3fcea #b6fca3

Monochromatic Colors of #a3fcbd

#a3fcbd

Complementary Color

#a3fcbd #fca3e2

#a3fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3fcbd Color CSS Codes

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

#a3fcbd Text Font Color

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

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


#a3fcbd Background Color

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

This div background color is #a3fcbd


#a3fcbd Border Color

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

This div border color is #a3fcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a3fcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3fcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.