Color Hex Logo

#a4fcdb Color Hex

#A4FCDB
(164,252,219)
0 Favorites   0 Comments

Color spaces of #a4fcdb

RGB 164252219
HSL0.440.940.82
HSV158°35°99°
CMYK 0.350.000.13   0.01
XYZ62.906482.627879.6511
Yxy82.62780.27940.3669
Hunter Lab90.8998-35.545411.6769
CIE-Lab92.8512-33.45177.4666

#a4fcdb color RGB value is (164,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111100 11011011
Octal 244 374 333
Decimal 164 252 219
Hex A4 FC DB

RGB Percentages of Color #a4fcdb

%25.83
%39.69
%34.49

CMYK Percentages of Color #a4fcdb

%35
%0
%13
%1

Triadic Colors of #a4fcdb

#a4fcdb #dba4fc #fcdba4

Analogous Colors of #a4fcdb

#a4fcdb #a4f1fc #a4fcaf

Monochromatic Colors of #a4fcdb

#a4fcdb

Complementary Color

#a4fcdb #fca4c5

#a4fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fcdb Color CSS Codes

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

#a4fcdb Text Font Color

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

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


#a4fcdb Background Color

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

This div background color is #a4fcdb


#a4fcdb Border Color

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

This div border color is #a4fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fcdb


Comments

No comments written yet.

Please login to write comment.