Color Hex Logo

#afe7ca Color Hex

#AFE7CA
(175,231,202)
0 Favorites   0 Comments

Color spaces of #afe7ca

RGB 175231202
HSL0.410.540.80
HSV149°24°91°
CMYK 0.240.000.13   0.09
XYZ56.915870.530166.4910
Yxy70.53010.29350.3637
Hunter Lab83.9822-25.997111.8460
CIE-Lab87.2562-23.63088.3478

#afe7ca color RGB value is (175,231,202).

#afe7ca hex color red value is 175, green value is 231 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afe7ca hue: 0.41 , saturation: 0.54 and the lightness value of afe7ca is 0.80.

The process color (four color CMYK) of #afe7ca color hex is 0.24, 0.00, 0.13, 0.09. Web safe color of #afe7ca is #99ffcc. Color #afe7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 11001010
Octal 257 347 312
Decimal 175 231 202
Hex AF E7 CA

RGB Percentages of Color #afe7ca

%28.78
%37.99
%33.22

CMYK Percentages of Color #afe7ca

%24
%0
%13
%9

Triadic Colors of #afe7ca

#afe7ca #caafe7 #e7caaf

Analogous Colors of #afe7ca

#afe7ca #afe7e6 #b0e7af

Monochromatic Colors of #afe7ca

#afe7ca

Complementary Color

#afe7ca #e7afcc

#afe7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe7ca Color CSS Codes

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

#afe7ca Text Font Color

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

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


#afe7ca Background Color

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

This div background color is #afe7ca


#afe7ca Border Color

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

This div border color is #afe7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe7ca


Comments

No comments written yet.

Please login to write comment.