Color Hex Logo

#afc4db Color Hex

#AFC4DB
(175,196,219)
1 Favorites   0 Comments

Color spaces of #afc4db

RGB 175196219
HSL0.590.380.77
HSV211°20°86°
CMYK 0.200.110.00   0.14
XYZ50.205353.708374.7385
Yxy53.70830.28100.3006
Hunter Lab73.2859-5.9671-9.1650
CIE-Lab78.2913-2.2492-13.8529

#afc4db color RGB value is (175,196,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11011011
Octal 257 304 333
Decimal 175 196 219
Hex AF C4 DB

RGB Percentages of Color #afc4db

%29.66
%33.22
%37.12

CMYK Percentages of Color #afc4db

%20
%11
%0
%14

Triadic Colors of #afc4db

#afc4db #dbafc4 #c4dbaf

Analogous Colors of #afc4db

#afc4db #b0afdb #afdadb

Monochromatic Colors of #afc4db

#afc4db

Complementary Color

#afc4db #dbc6af

#afc4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4db Color CSS Codes

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

#afc4db Text Font Color

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

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


#afc4db Background Color

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

This div background color is #afc4db


#afc4db Border Color

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

This div border color is #afc4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4db


Comments

No comments written yet.

Please login to write comment.