Color Hex Logo

#a4fbdd Color Hex

#A4FBDD
(164,251,221)
0 Favorites   0 Comments

Color spaces of #a4fbdd

RGB 164251221
HSL0.440.920.81
HSV159°35°98°
CMYK 0.350.000.12   0.02
XYZ62.858282.107380.9419
Yxy82.10730.27820.3635
Hunter Lab90.6131-34.747610.4672
CIE-Lab92.6222-32.57576.1035

#a4fbdd color RGB value is (164,251,221).

#a4fbdd hex color red value is 164, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a4fbdd hue: 0.44 , saturation: 0.92 and the lightness value of a4fbdd is 0.81.

The process color (four color CMYK) of #a4fbdd color hex is 0.35, 0.00, 0.12, 0.02. Web safe color of #a4fbdd is #99ffcc. Color #a4fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111011 11011101
Octal 244 373 335
Decimal 164 251 221
Hex A4 FB DD

RGB Percentages of Color #a4fbdd

%25.79
%39.47
%34.75

CMYK Percentages of Color #a4fbdd

%35
%0
%12
%2

Triadic Colors of #a4fbdd

#a4fbdd #dda4fb #fbdda4

Analogous Colors of #a4fbdd

#a4fbdd #a4eefb #a4fbb2

Monochromatic Colors of #a4fbdd

#a4fbdd

Complementary Color

#a4fbdd #fba4c2

#a4fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fbdd Color CSS Codes

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

#a4fbdd Text Font Color

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

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


#a4fbdd Background Color

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

This div background color is #a4fbdd


#a4fbdd Border Color

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

This div border color is #a4fbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,251,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4fbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4fbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #a4fbdd;
  box-shadow:         1px 1px 3px 2px #a4fbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,251,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.