Color Hex Logo

#afbcfb Color Hex

#AFBCFB
(175,188,251)
0 Favorites   0 Comments

Color spaces of #afbcfb

RGB 175188251
HSL0.640.900.84
HSV230°30°98°
CMYK 0.300.250.00   0.02
XYZ53.075052.045498.5152
Yxy52.04540.26060.2556
Hunter Lab72.14255.0725-30.4645
CIE-Lab77.30809.5480-32.5633

#afbcfb color RGB value is (175,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11111011
Octal 257 274 373
Decimal 175 188 251
Hex AF BC FB

RGB Percentages of Color #afbcfb

%28.50
%30.62
%40.88

CMYK Percentages of Color #afbcfb

%30
%25
%0
%2

Triadic Colors of #afbcfb

#afbcfb #fbafbc #bcfbaf

Analogous Colors of #afbcfb

#afbcfb #c8affb #afe2fb

Monochromatic Colors of #afbcfb

#afbcfb

Complementary Color

#afbcfb #fbeeaf

#afbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcfb Color CSS Codes

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

#afbcfb Text Font Color

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

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


#afbcfb Background Color

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

This div background color is #afbcfb


#afbcfb Border Color

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

This div border color is #afbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcfb


Comments

No comments written yet.

Please login to write comment.