Color Hex Logo

#affdc1 Color Hex

#AFFDC1
(175,253,193)
0 Favorites   0 Comments

Color spaces of #affdc1

RGB 175253193
HSL0.370.950.84
HSV134°31°99°
CMYK 0.310.000.24   0.01
XYZ62.430183.214863.2237
Yxy83.21480.29890.3984
Hunter Lab91.2221-37.477922.7631
CIE-Lab93.1084-35.662621.2639

#affdc1 color RGB value is (175,253,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11000001
Octal 257 375 301
Decimal 175 253 193
Hex AF FD C1

RGB Percentages of Color #affdc1

%28.18
%40.74
%31.08

CMYK Percentages of Color #affdc1

%31
%0
%24
%1

Triadic Colors of #affdc1

#affdc1 #c1affd #fdc1af

Analogous Colors of #affdc1

#affdc1 #affde8 #c4fdaf

Monochromatic Colors of #affdc1

#affdc1

Complementary Color

#affdc1 #fdafeb

#affdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdc1 Color CSS Codes

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

#affdc1 Text Font Color

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

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


#affdc1 Background Color

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

This div background color is #affdc1


#affdc1 Border Color

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

This div border color is #affdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdc1


Comments

No comments written yet.

Please login to write comment.