Color Hex Logo

#afbae7 Color Hex

#AFBAE7
(175,186,231)
0 Favorites   0 Comments

Color spaces of #afbae7

RGB 175186231
HSL0.630.540.80
HSV228°24°91°
CMYK 0.240.190.00   0.09
XYZ49.661950.001382.6351
Yxy50.00130.27240.2743
Hunter Lab70.71161.6181-19.7895
CIE-Lab76.07015.8618-23.6893

#afbae7 color RGB value is (175,186,231).

#afbae7 hex color red value is 175, green value is 186 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #afbae7 hue: 0.63 , saturation: 0.54 and the lightness value of afbae7 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11100111
Octal 257 272 347
Decimal 175 186 231
Hex AF BA E7

RGB Percentages of Color #afbae7

%29.56
%31.42
%39.02

CMYK Percentages of Color #afbae7

%24
%19
%0
%9

Triadic Colors of #afbae7

#afbae7 #e7afba #bae7af

Analogous Colors of #afbae7

#afbae7 #c0afe7 #afd6e7

Monochromatic Colors of #afbae7

#afbae7

Complementary Color

#afbae7 #e7dcaf

#afbae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbae7 Color CSS Codes

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

#afbae7 Text Font Color

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

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


#afbae7 Background Color

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

This div background color is #afbae7


#afbae7 Border Color

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

This div border color is #afbae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbae7


Comments

No comments written yet.

Please login to write comment.