Color Hex Logo

#afdbfb Color Hex

#AFDBFB
(175,219,251)
0 Favorites   0 Comments

Color spaces of #afdbfb

RGB 175219251
HSL0.570.900.84
HSV205°30°98°
CMYK 0.300.130.00   0.02
XYZ60.423366.7420100.9646
Yxy66.74200.26490.2926
Hunter Lab81.6958-10.9466-16.0871
CIE-Lab85.3735-7.0304-20.2473

#afdbfb color RGB value is (175,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11111011
Octal 257 333 373
Decimal 175 219 251
Hex AF DB FB

RGB Percentages of Color #afdbfb

%27.13
%33.95
%38.91

CMYK Percentages of Color #afdbfb

%30
%13
%0
%2

Triadic Colors of #afdbfb

#afdbfb #fbafdb #dbfbaf

Analogous Colors of #afdbfb

#afdbfb #afb5fb #affbf5

Monochromatic Colors of #afdbfb

#afdbfb

Complementary Color

#afdbfb #fbcfaf

#afdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbfb Color CSS Codes

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

#afdbfb Text Font Color

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

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


#afdbfb Background Color

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

This div background color is #afdbfb


#afdbfb Border Color

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

This div border color is #afdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbfb


Comments

No comments written yet.

Please login to write comment.