Color Hex Logo

#affdc2 Color Hex

#AFFDC2
(175,253,194)
0 Favorites   0 Comments

Color spaces of #affdc2

RGB 175253194
HSL0.370.950.84
HSV135°31°99°
CMYK 0.310.000.23   0.01
XYZ62.542183.259663.8133
Yxy83.25960.29840.3972
Hunter Lab91.2467-37.334722.4083
CIE-Lab93.1280-35.487320.7806

#affdc2 color RGB value is (175,253,194).

#affdc2 hex color red value is 175, green value is 253 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #affdc2 hue: 0.37 , saturation: 0.95 and the lightness value of affdc2 is 0.84.

The process color (four color CMYK) of #affdc2 color hex is 0.31, 0.00, 0.23, 0.01. Web safe color of #affdc2 is #99ffcc. Color #affdc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11000010
Octal 257 375 302
Decimal 175 253 194
Hex AF FD C2

RGB Percentages of Color #affdc2

%28.14
%40.68
%31.19

CMYK Percentages of Color #affdc2

%31
%0
%23
%1

Triadic Colors of #affdc2

#affdc2 #c2affd #fdc2af

Analogous Colors of #affdc2

#affdc2 #affde9 #c3fdaf

Monochromatic Colors of #affdc2

#affdc2

Complementary Color

#affdc2 #fdafea

#affdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdc2 Color CSS Codes

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

#affdc2 Text Font Color

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

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


#affdc2 Background Color

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

This div background color is #affdc2


#affdc2 Border Color

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

This div border color is #affdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdc2


Comments

No comments written yet.

Please login to write comment.