Color Hex Logo

#afbbe6 Color Hex

#AFBBE6
(175,187,230)
0 Favorites   0 Comments

Color spaces of #afbbe6

RGB 175187230
HSL0.630.520.79
HSV227°24°90°
CMYK 0.240.190.00   0.10
XYZ49.732450.367881.9637
Yxy50.36780.27320.2766
Hunter Lab70.97030.8858-18.7949
CIE-Lab76.29455.0850-22.8070

#afbbe6 color RGB value is (175,187,230).

#afbbe6 hex color red value is 175, green value is 187 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #afbbe6 hue: 0.63 , saturation: 0.52 and the lightness value of afbbe6 is 0.79.

The process color (four color CMYK) of #afbbe6 color hex is 0.24, 0.19, 0.00, 0.10. Web safe color of #afbbe6 is #99ccff. Color #afbbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11100110
Octal 257 273 346
Decimal 175 187 230
Hex AF BB E6

RGB Percentages of Color #afbbe6

%29.56
%31.59
%38.85

CMYK Percentages of Color #afbbe6

%24
%19
%0
%10

Triadic Colors of #afbbe6

#afbbe6 #e6afbb #bbe6af

Analogous Colors of #afbbe6

#afbbe6 #bfafe6 #afd7e6

Monochromatic Colors of #afbbe6

#afbbe6

Complementary Color

#afbbe6 #e6daaf

#afbbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbe6 Color CSS Codes

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

#afbbe6 Text Font Color

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

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


#afbbe6 Background Color

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

This div background color is #afbbe6


#afbbe6 Border Color

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

This div border color is #afbbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbe6


Comments

No comments written yet.

Please login to write comment.