Color Hex Logo

#a8cfdb Color Hex

#A8CFDB
(168,207,219)
0 Favorites   0 Comments

Color spaces of #a8cfdb

RGB 168207219
HSL0.540.410.76
HSV194°23°86°
CMYK 0.230.050.00   0.14
XYZ51.247558.065075.5245
Yxy58.06500.27730.3141
Hunter Lab76.2004-13.3030-5.4238
CIE-Lab80.7749-10.1767-10.1872

#a8cfdb color RGB value is (168,207,219).

#a8cfdb hex color red value is 168, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8cfdb hue: 0.54 , saturation: 0.41 and the lightness value of a8cfdb is 0.76.

The process color (four color CMYK) of #a8cfdb color hex is 0.23, 0.05, 0.00, 0.14. Web safe color of #a8cfdb is #99cccc. Color #a8cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 11011011
Octal 250 317 333
Decimal 168 207 219
Hex A8 CF DB

RGB Percentages of Color #a8cfdb

%28.28
%34.85
%36.87

CMYK Percentages of Color #a8cfdb

%23
%5
%0
%14

Triadic Colors of #a8cfdb

#a8cfdb #dba8cf #cfdba8

Analogous Colors of #a8cfdb

#a8cfdb #a8b6db #a8dbce

Monochromatic Colors of #a8cfdb

#a8cfdb

Complementary Color

#a8cfdb #dbb4a8

#a8cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cfdb Color CSS Codes

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

#a8cfdb Text Font Color

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

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


#a8cfdb Background Color

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

This div background color is #a8cfdb


#a8cfdb Border Color

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

This div border color is #a8cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cfdb


Comments

No comments written yet.

Please login to write comment.