Color Hex Logo

#affde1 Color Hex

#AFFDE1
(175,253,225)
0 Favorites   0 Comments

Color spaces of #affde1

RGB 175253225
HSL0.440.950.84
HSV158°31°99°
CMYK 0.310.000.11   0.01
XYZ66.395184.800884.1030
Yxy84.80080.28220.3604
Hunter Lab92.0873-32.454110.3118
CIE-Lab93.7972-29.61855.8009

#affde1 color RGB value is (175,253,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11100001
Octal 257 375 341
Decimal 175 253 225
Hex AF FD E1

RGB Percentages of Color #affde1

%26.80
%38.74
%34.46

CMYK Percentages of Color #affde1

%31
%0
%11
%1

Triadic Colors of #affde1

#affde1 #e1affd #fde1af

Analogous Colors of #affde1

#affde1 #aff2fd #affdba

Monochromatic Colors of #affde1

#affde1

Complementary Color

#affde1 #fdafcb

#affde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affde1 Color CSS Codes

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

#affde1 Text Font Color

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

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


#affde1 Background Color

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

This div background color is #affde1


#affde1 Border Color

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

This div border color is #affde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affde1

Related Colors


Comments

No comments written yet.

Please login to write comment.