Color Hex Logo

#afbbf5 Color Hex

#AFBBF5
(175,187,245)
0 Favorites   0 Comments

Color spaces of #afbbf5

RGB 175187245
HSL0.640.780.82
HSV230°29°96°
CMYK 0.290.240.00   0.04
XYZ51.931051.247293.5408
Yxy51.24720.26400.2605
Hunter Lab71.58714.2106-27.3615
CIE-Lab76.82858.6350-30.0778

#afbbf5 color RGB value is (175,187,245).

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

The process color (four color CMYK) of #afbbf5 color hex is 0.29, 0.24, 0.00, 0.04. Web safe color of #afbbf5 is #99ccff. Color #afbbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11110101
Octal 257 273 365
Decimal 175 187 245
Hex AF BB F5

RGB Percentages of Color #afbbf5

%28.83
%30.81
%40.36

CMYK Percentages of Color #afbbf5

%29
%24
%0
%4

Triadic Colors of #afbbf5

#afbbf5 #f5afbb #bbf5af

Analogous Colors of #afbbf5

#afbbf5 #c6aff5 #afdef5

Monochromatic Colors of #afbbf5

#afbbf5

Complementary Color

#afbbf5 #f5e9af

#afbbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbf5 Color CSS Codes

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

#afbbf5 Text Font Color

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

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


#afbbf5 Background Color

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

This div background color is #afbbf5


#afbbf5 Border Color

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

This div border color is #afbbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbf5

Related Colors


Comments

No comments written yet.

Please login to write comment.