Color Hex Logo

#afd4ca Color Hex

#AFD4CA
(175,212,202)
0 Favorites   0 Comments

Color spaces of #afd4ca

RGB 175212202
HSL0.450.300.76
HSV164°17°83°
CMYK 0.170.000.05   0.17
XYZ51.883360.465264.8135
Yxy60.46520.29290.3413
Hunter Lab77.7594-16.97855.0125
CIE-Lab82.0904-14.17080.8804

#afd4ca color RGB value is (175,212,202).

#afd4ca hex color red value is 175, green value is 212 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afd4ca hue: 0.45 , saturation: 0.30 and the lightness value of afd4ca is 0.76.

The process color (four color CMYK) of #afd4ca color hex is 0.17, 0.00, 0.05, 0.17. Web safe color of #afd4ca is #99cccc. Color #afd4ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 11001010
Octal 257 324 312
Decimal 175 212 202
Hex AF D4 CA

RGB Percentages of Color #afd4ca

%29.71
%35.99
%34.30

CMYK Percentages of Color #afd4ca

%17
%0
%5
%17

Triadic Colors of #afd4ca

#afd4ca #caafd4 #d4caaf

Analogous Colors of #afd4ca

#afd4ca #afccd4 #afd4b8

Monochromatic Colors of #afd4ca

#afd4ca

Complementary Color

#afd4ca #d4afb9

#afd4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd4ca Color CSS Codes

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

#afd4ca Text Font Color

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

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


#afd4ca Background Color

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

This div background color is #afd4ca


#afd4ca Border Color

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

This div border color is #afd4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd4ca


Comments

No comments written yet.

Please login to write comment.