Color Hex Logo

#afbbf0 Color Hex

#AFBBF0
(175,187,240)
0 Favorites   0 Comments

Color spaces of #afbbf0

RGB 175187240
HSL0.640.680.81
HSV229°27°94°
CMYK 0.270.220.00   0.06
XYZ51.177750.945989.5743
Yxy50.94590.26700.2658
Hunter Lab71.37643.0779-24.4429
CIE-Lab76.64627.4346-27.6658

#afbbf0 color RGB value is (175,187,240).

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

The process color (four color CMYK) of #afbbf0 color hex is 0.27, 0.22, 0.00, 0.06. Web safe color of #afbbf0 is #99ccff. Color #afbbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11110000
Octal 257 273 360
Decimal 175 187 240
Hex AF BB F0

RGB Percentages of Color #afbbf0

%29.07
%31.06
%39.87

CMYK Percentages of Color #afbbf0

%27
%22
%0
%6

Triadic Colors of #afbbf0

#afbbf0 #f0afbb #bbf0af

Analogous Colors of #afbbf0

#afbbf0 #c4aff0 #afdcf0

Monochromatic Colors of #afbbf0

#afbbf0

Complementary Color

#afbbf0 #f0e4af

#afbbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbf0 Color CSS Codes

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

#afbbf0 Text Font Color

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

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


#afbbf0 Background Color

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

This div background color is #afbbf0


#afbbf0 Border Color

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

This div border color is #afbbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbf0


Comments

No comments written yet.

Please login to write comment.