Color Hex Logo

#afc1d3 Color Hex

#AFC1D3
(175,193,211)
0 Favorites   0 Comments

Color spaces of #afc1d3

RGB 175193211
HSL0.580.290.76
HSV210°17°83°
CMYK 0.170.090.00   0.17
XYZ48.507051.957069.1001
Yxy51.95700.28610.3064
Hunter Lab72.0812-6.0206-6.3811
CIE-Lab77.2551-2.3925-11.0864

#afc1d3 color RGB value is (175,193,211).

#afc1d3 hex color red value is 175, green value is 193 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #afc1d3 hue: 0.58 , saturation: 0.29 and the lightness value of afc1d3 is 0.76.

The process color (four color CMYK) of #afc1d3 color hex is 0.17, 0.09, 0.00, 0.17. Web safe color of #afc1d3 is #99cccc. Color #afc1d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 11010011
Octal 257 301 323
Decimal 175 193 211
Hex AF C1 D3

RGB Percentages of Color #afc1d3

%30.22
%33.33
%36.44

CMYK Percentages of Color #afc1d3

%17
%9
%0
%17

Triadic Colors of #afc1d3

#afc1d3 #d3afc1 #c1d3af

Analogous Colors of #afc1d3

#afc1d3 #afafd3 #afd3d3

Monochromatic Colors of #afc1d3

#afc1d3

Complementary Color

#afc1d3 #d3c1af

#afc1d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc1d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc1d3 Color CSS Codes

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

#afc1d3 Text Font Color

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

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


#afc1d3 Background Color

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

This div background color is #afc1d3


#afc1d3 Border Color

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

This div border color is #afc1d3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,193,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc1d3


Comments

No comments written yet.

Please login to write comment.