Color Hex Logo

#afdefb Color Hex

#AFDEFB
(175,222,251)
0 Favorites   0 Comments

Color spaces of #afdefb

RGB 175222251
HSL0.560.900.84
HSV203°30°98°
CMYK 0.300.120.00   0.02
XYZ61.213168.3215101.2279
Yxy68.32150.26530.2961
Hunter Lab82.6568-12.4578-14.7513
CIE-Lab86.1670-8.5854-19.0487

#afdefb color RGB value is (175,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11111011
Octal 257 336 373
Decimal 175 222 251
Hex AF DE FB

RGB Percentages of Color #afdefb

%27.01
%34.26
%38.73

CMYK Percentages of Color #afdefb

%30
%12
%0
%2

Triadic Colors of #afdefb

#afdefb #fbafde #defbaf

Analogous Colors of #afdefb

#afdefb #afb8fb #affbf2

Monochromatic Colors of #afdefb

#afdefb

Complementary Color

#afdefb #fbccaf

#afdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdefb Color CSS Codes

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

#afdefb Text Font Color

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

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


#afdefb Background Color

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

This div background color is #afdefb


#afdefb Border Color

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

This div border color is #afdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdefb

Related Colors


Comments

No comments written yet.

Please login to write comment.