Color Hex Logo

#afddfb Color Hex

#AFDDFB
(175,221,251)
0 Favorites   0 Comments

Color spaces of #afddfb

RGB 175221251
HSL0.570.900.84
HSV204°30°98°
CMYK 0.300.120.00   0.02
XYZ60.948267.7919101.1396
Yxy67.79190.26510.2949
Hunter Lab82.3358-11.9550-15.1955
CIE-Lab85.9023-8.0683-19.4482

#afddfb color RGB value is (175,221,251).

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

The process color (four color CMYK) of #afddfb color hex is 0.30, 0.12, 0.00, 0.02. Web safe color of #afddfb is #99ccff. Color #afddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11111011
Octal 257 335 373
Decimal 175 221 251
Hex AF DD FB

RGB Percentages of Color #afddfb

%27.05
%34.16
%38.79

CMYK Percentages of Color #afddfb

%30
%12
%0
%2

Triadic Colors of #afddfb

#afddfb #fbafdd #ddfbaf

Analogous Colors of #afddfb

#afddfb #afb7fb #affbf3

Monochromatic Colors of #afddfb

#afddfb

Complementary Color

#afddfb #fbcdaf

#afddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddfb Color CSS Codes

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

#afddfb Text Font Color

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

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


#afddfb Background Color

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

This div background color is #afddfb


#afddfb Border Color

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

This div border color is #afddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,221,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 #afddfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddfb


Comments

No comments written yet.

Please login to write comment.