Color Hex Logo

#afd1ca Color Hex

#AFD1CA
(175,209,202)
0 Favorites   0 Comments

Color spaces of #afd1ca

RGB 175209202
HSL0.470.270.75
HSV168°16°82°
CMYK 0.160.000.03   0.18
XYZ51.140358.979264.5658
Yxy58.97920.29280.3376
Hunter Lab76.7979-15.53193.9121
CIE-Lab81.2802-12.6384-0.3020

#afd1ca color RGB value is (175,209,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 11001010
Octal 257 321 312
Decimal 175 209 202
Hex AF D1 CA

RGB Percentages of Color #afd1ca

%29.86
%35.67
%34.47

CMYK Percentages of Color #afd1ca

%16
%0
%3
%18

Triadic Colors of #afd1ca

#afd1ca #caafd1 #d1caaf

Analogous Colors of #afd1ca

#afd1ca #afc7d1 #afd1b9

Monochromatic Colors of #afd1ca

#afd1ca

Complementary Color

#afd1ca #d1afb6

#afd1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd1ca Color CSS Codes

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

#afd1ca Text Font Color

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

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


#afd1ca Background Color

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

This div background color is #afd1ca


#afd1ca Border Color

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

This div border color is #afd1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd1ca


Comments

No comments written yet.

Please login to write comment.