Color Hex Logo

#afbbfe Color Hex

#AFBBFE
(175,187,254)
0 Favorites   0 Comments

Color spaces of #afbbfe

RGB 175187254
HSL0.640.980.84
HSV231°31°100°
CMYK 0.310.260.00   0.00
XYZ53.338951.8104100.9551
Yxy51.81040.25880.2514
Hunter Lab71.97946.3098-32.7719
CIE-Lab77.167310.8356-34.3898

#afbbfe color RGB value is (175,187,254).

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

The process color (four color CMYK) of #afbbfe color hex is 0.31, 0.26, 0.00, 0.00. Web safe color of #afbbfe is #99ccff. Color #afbbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11111110
Octal 257 273 376
Decimal 175 187 254
Hex AF BB FE

RGB Percentages of Color #afbbfe

%28.41
%30.36
%41.23

CMYK Percentages of Color #afbbfe

%31
%26
%0
%0

Triadic Colors of #afbbfe

#afbbfe #feafbb #bbfeaf

Analogous Colors of #afbbfe

#afbbfe #cbaffe #afe3fe

Monochromatic Colors of #afbbfe

#afbbfe

Complementary Color

#afbbfe #fef2af

#afbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbfe Color CSS Codes

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

#afbbfe Text Font Color

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

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


#afbbfe Background Color

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

This div background color is #afbbfe


#afbbfe Border Color

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

This div border color is #afbbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,187,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afbbfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbfe


Comments

No comments written yet.

Please login to write comment.