Color Hex Logo

#afbee4 Color Hex

#AFBEE4
(175,190,228)
0 Favorites   0 Comments

Color spaces of #afbee4

RGB 175190228
HSL0.620.500.79
HSV223°23°89°
CMYK 0.230.170.00   0.11
XYZ50.096251.542380.7071
Yxy51.54230.27470.2827
Hunter Lab71.7930-1.0827-16.3966
CIE-Lab77.00632.9966-20.6451

#afbee4 color RGB value is (175,190,228).

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

The process color (four color CMYK) of #afbee4 color hex is 0.23, 0.17, 0.00, 0.11. Web safe color of #afbee4 is #99cccc. Color #afbee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11100100
Octal 257 276 344
Decimal 175 190 228
Hex AF BE E4

RGB Percentages of Color #afbee4

%29.51
%32.04
%38.45

CMYK Percentages of Color #afbee4

%23
%17
%0
%11

Triadic Colors of #afbee4

#afbee4 #e4afbe #bee4af

Analogous Colors of #afbee4

#afbee4 #bbafe4 #afd9e4

Monochromatic Colors of #afbee4

#afbee4

Complementary Color

#afbee4 #e4d5af

#afbee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbee4 Color CSS Codes

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

#afbee4 Text Font Color

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

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


#afbee4 Background Color

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

This div background color is #afbee4


#afbee4 Border Color

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

This div border color is #afbee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbee4


Comments

No comments written yet.

Please login to write comment.