Color Hex Logo

#affdfb Color Hex

#AFFDFB
(175,253,251)
0 Favorites   0 Comments

Color spaces of #affdfb

RGB 175253251
HSL0.500.950.84
HSV178°31°99°
CMYK 0.310.000.01   0.01
XYZ70.217186.3296104.2292
Yxy86.32960.26930.3310
Hunter Lab92.9137-27.7023-1.4710
CIE-Lab94.4531-24.0912-6.6726

#affdfb color RGB value is (175,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11111011
Octal 257 375 373
Decimal 175 253 251
Hex AF FD FB

RGB Percentages of Color #affdfb

%25.77
%37.26
%36.97

CMYK Percentages of Color #affdfb

%31
%0
%1
%1

Triadic Colors of #affdfb

#affdfb #fbaffd #fdfbaf

Analogous Colors of #affdfb

#affdfb #afd8fd #affdd4

Monochromatic Colors of #affdfb

#affdfb

Complementary Color

#affdfb #fdafb1

#affdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdfb Color CSS Codes

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

#affdfb Text Font Color

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

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


#affdfb Background Color

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

This div background color is #affdfb


#affdfb Border Color

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

This div border color is #affdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.