Color Hex Logo

#afd7ca Color Hex

#AFD7CA
(175,215,202)
0 Favorites   0 Comments

Color spaces of #afd7ca

RGB 175215202
HSL0.450.330.76
HSV161°19°84°
CMYK 0.190.000.06   0.16
XYZ52.640361.979165.0658
Yxy61.97910.29300.3449
Hunter Lab78.7268-18.41876.1070
CIE-Lab82.9023-15.69262.0622

#afd7ca color RGB value is (175,215,202).

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

The process color (four color CMYK) of #afd7ca color hex is 0.19, 0.00, 0.06, 0.16. Web safe color of #afd7ca is #99cccc. Color #afd7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 11001010
Octal 257 327 312
Decimal 175 215 202
Hex AF D7 CA

RGB Percentages of Color #afd7ca

%29.56
%36.32
%34.12

CMYK Percentages of Color #afd7ca

%19
%0
%6
%16

Triadic Colors of #afd7ca

#afd7ca #caafd7 #d7caaf

Analogous Colors of #afd7ca

#afd7ca #afd0d7 #afd7b6

Monochromatic Colors of #afd7ca

#afd7ca

Complementary Color

#afd7ca #d7afbc

#afd7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7ca Color CSS Codes

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

#afd7ca Text Font Color

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

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


#afd7ca Background Color

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

This div background color is #afd7ca


#afd7ca Border Color

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

This div border color is #afd7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7ca


Comments

No comments written yet.

Please login to write comment.