Color Hex Logo

#affdf5 Color Hex

#AFFDF5
(175,253,245)
0 Favorites   0 Comments

Color spaces of #affdf5

RGB 175253245
HSL0.480.950.84
HSV174°31°99°
CMYK 0.310.000.03   0.01
XYZ69.285985.957199.3258
Yxy85.95710.27220.3377
Hunter Lab92.7131-28.85201.3803
CIE-Lab94.2940-25.4125-3.8062

#affdf5 color RGB value is (175,253,245).

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

The process color (four color CMYK) of #affdf5 color hex is 0.31, 0.00, 0.03, 0.01. Web safe color of #affdf5 is #99ffff. Color #affdf5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11110101
Octal 257 375 365
Decimal 175 253 245
Hex AF FD F5

RGB Percentages of Color #affdf5

%26.00
%37.59
%36.40

CMYK Percentages of Color #affdf5

%31
%0
%3
%1

Triadic Colors of #affdf5

#affdf5 #f5affd #fdf5af

Analogous Colors of #affdf5

#affdf5 #afdefd #affdce

Monochromatic Colors of #affdf5

#affdf5

Complementary Color

#affdf5 #fdafb7

#affdf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdf5 Color CSS Codes

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

#affdf5 Text Font Color

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

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


#affdf5 Background Color

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

This div background color is #affdf5


#affdf5 Border Color

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

This div border color is #affdf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdf5


Comments

No comments written yet.

Please login to write comment.