Color Hex Logo

#afbee5 Color Hex

#AFBEE5
(175,190,229)
0 Favorites   0 Comments

Color spaces of #afbee5

RGB 175190229
HSL0.620.510.79
HSV223°24°90°
CMYK 0.240.170.00   0.10
XYZ50.235551.598081.4405
Yxy51.59800.27410.2815
Hunter Lab71.8317-0.8717-16.9389
CIE-Lab77.03983.2262-21.1339

#afbee5 color RGB value is (175,190,229).

#afbee5 hex color red value is 175, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #afbee5 hue: 0.62 , saturation: 0.51 and the lightness value of afbee5 is 0.79.

The process color (four color CMYK) of #afbee5 color hex is 0.24, 0.17, 0.00, 0.10. Web safe color of #afbee5 is #99cccc. Color #afbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11100101
Octal 257 276 345
Decimal 175 190 229
Hex AF BE E5

RGB Percentages of Color #afbee5

%29.46
%31.99
%38.55

CMYK Percentages of Color #afbee5

%24
%17
%0
%10

Triadic Colors of #afbee5

#afbee5 #e5afbe #bee5af

Analogous Colors of #afbee5

#afbee5 #bbafe5 #afd9e5

Monochromatic Colors of #afbee5

#afbee5

Complementary Color

#afbee5 #e5d6af

#afbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbee5 Color CSS Codes

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

#afbee5 Text Font Color

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

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


#afbee5 Background Color

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

This div background color is #afbee5


#afbee5 Border Color

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

This div border color is #afbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbee5


Comments

No comments written yet.

Please login to write comment.