Color Hex Logo

#a8fcdb Color Hex

#A8FCDB
(168,252,219)
0 Favorites   0 Comments

Color spaces of #a8fcdb

RGB 168252219
HSL0.430.930.82
HSV156°33°99°
CMYK 0.330.000.13   0.01
XYZ63.745083.060179.6903
Yxy83.06010.28140.3667
Hunter Lab91.1373-34.640411.9531
CIE-Lab93.0407-32.34087.7638

#a8fcdb color RGB value is (168,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111100 11011011
Octal 250 374 333
Decimal 168 252 219
Hex A8 FC DB

RGB Percentages of Color #a8fcdb

%26.29
%39.44
%34.27

CMYK Percentages of Color #a8fcdb

%33
%0
%13
%1

Triadic Colors of #a8fcdb

#a8fcdb #dba8fc #fcdba8

Analogous Colors of #a8fcdb

#a8fcdb #a8f3fc #a8fcb1

Monochromatic Colors of #a8fcdb

#a8fcdb

Complementary Color

#a8fcdb #fca8c9

#a8fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fcdb Color CSS Codes

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

#a8fcdb Text Font Color

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

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


#a8fcdb Background Color

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

This div background color is #a8fcdb


#a8fcdb Border Color

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

This div border color is #a8fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fcdb


Comments

No comments written yet.

Please login to write comment.