Color Hex Logo

#afbee1 Color Hex

#AFBEE1
(175,190,225)
0 Favorites   0 Comments

Color spaces of #afbee1

RGB 175190225
HSL0.620.450.78
HSV222°22°88°
CMYK 0.220.160.00   0.12
XYZ49.683351.377178.5323
Yxy51.37710.27660.2861
Hunter Lab71.6778-1.7094-14.7854
CIE-Lab76.90692.3126-19.1759

#afbee1 color RGB value is (175,190,225).

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

The process color (four color CMYK) of #afbee1 color hex is 0.22, 0.16, 0.00, 0.12. Web safe color of #afbee1 is #99cccc. Color #afbee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11100001
Octal 257 276 341
Decimal 175 190 225
Hex AF BE E1

RGB Percentages of Color #afbee1

%29.66
%32.20
%38.14

CMYK Percentages of Color #afbee1

%22
%16
%0
%12

Triadic Colors of #afbee1

#afbee1 #e1afbe #bee1af

Analogous Colors of #afbee1

#afbee1 #b9afe1 #afd7e1

Monochromatic Colors of #afbee1

#afbee1

Complementary Color

#afbee1 #e1d2af

#afbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbee1 Color CSS Codes

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

#afbee1 Text Font Color

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

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


#afbee1 Background Color

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

This div background color is #afbee1


#afbee1 Border Color

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

This div border color is #afbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbee1

#afbee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.