Color Hex Logo

#afc2db Color Hex

#AFC2DB
(175,194,219)
0 Favorites   0 Comments

Color spaces of #afc2db

RGB 175194219
HSL0.590.380.77
HSV214°20°86°
CMYK 0.200.110.00   0.14
XYZ49.757252.812074.5891
Yxy52.81200.28090.2981
Hunter Lab72.6719-4.9598-9.9839
CIE-Lab77.7639-1.1817-14.6447

#afc2db color RGB value is (175,194,219).

#afc2db hex color red value is 175, green value is 194 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afc2db hue: 0.59 , saturation: 0.38 and the lightness value of afc2db is 0.77.

The process color (four color CMYK) of #afc2db color hex is 0.20, 0.11, 0.00, 0.14. Web safe color of #afc2db is #99cccc. Color #afc2db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 11011011
Octal 257 302 333
Decimal 175 194 219
Hex AF C2 DB

RGB Percentages of Color #afc2db

%29.76
%32.99
%37.24

CMYK Percentages of Color #afc2db

%20
%11
%0
%14

Triadic Colors of #afc2db

#afc2db #dbafc2 #c2dbaf

Analogous Colors of #afc2db

#afc2db #b2afdb #afd8db

Monochromatic Colors of #afc2db

#afc2db

Complementary Color

#afc2db #dbc8af

#afc2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc2db Color CSS Codes

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

#afc2db Text Font Color

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

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


#afc2db Background Color

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

This div background color is #afc2db


#afc2db Border Color

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

This div border color is #afc2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc2db


Comments

No comments written yet.

Please login to write comment.