Color Hex Logo

#afbbfb Color Hex

#AFBBFB
(175,187,251)
0 Favorites   0 Comments

Color spaces of #afbbfb

RGB 175187251
HSL0.640.900.84
HSV231°30°98°
CMYK 0.300.250.00   0.02
XYZ52.862151.619698.4442
Yxy51.61960.26050.2544
Hunter Lab71.84685.6016-30.9462
CIE-Lab77.052810.0966-32.9568

#afbbfb color RGB value is (175,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11111011
Octal 257 273 373
Decimal 175 187 251
Hex AF BB FB

RGB Percentages of Color #afbbfb

%28.55
%30.51
%40.95

CMYK Percentages of Color #afbbfb

%30
%25
%0
%2

Triadic Colors of #afbbfb

#afbbfb #fbafbb #bbfbaf

Analogous Colors of #afbbfb

#afbbfb #c9affb #afe1fb

Monochromatic Colors of #afbbfb

#afbbfb

Complementary Color

#afbbfb #fbefaf

#afbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbfb Color CSS Codes

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

#afbbfb Text Font Color

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

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


#afbbfb Background Color

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

This div background color is #afbbfb


#afbbfb Border Color

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

This div border color is #afbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbfb


Comments

No comments written yet.

Please login to write comment.