Color Hex Logo

#afd1ce Color Hex

#AFD1CE
(175,209,206)
0 Favorites   0 Comments

Color spaces of #afd1ce

RGB 175209206
HSL0.490.270.75
HSV175°16°82°
CMYK 0.160.000.01   0.18
XYZ51.620259.171167.0930
Yxy59.17110.29020.3326
Hunter Lab76.9228-14.82962.1324
CIE-Lab81.3856-11.8246-2.2845

#afd1ce color RGB value is (175,209,206).

#afd1ce hex color red value is 175, green value is 209 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afd1ce hue: 0.49 , saturation: 0.27 and the lightness value of afd1ce is 0.75.

The process color (four color CMYK) of #afd1ce color hex is 0.16, 0.00, 0.01, 0.18. Web safe color of #afd1ce is #99cccc. Color #afd1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 11001110
Octal 257 321 316
Decimal 175 209 206
Hex AF D1 CE

RGB Percentages of Color #afd1ce

%29.66
%35.42
%34.92

CMYK Percentages of Color #afd1ce

%16
%0
%1
%18

Triadic Colors of #afd1ce

#afd1ce #ceafd1 #d1ceaf

Analogous Colors of #afd1ce

#afd1ce #afc3d1 #afd1bd

Monochromatic Colors of #afd1ce

#afd1ce

Complementary Color

#afd1ce #d1afb2

#afd1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd1ce Color CSS Codes

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

#afd1ce Text Font Color

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

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


#afd1ce Background Color

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

This div background color is #afd1ce


#afd1ce Border Color

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

This div border color is #afd1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd1ce


Comments

No comments written yet.

Please login to write comment.