Color Hex Logo

#afbfe0 Color Hex

#AFBFE0
(175,191,224)
0 Favorites   0 Comments

Color spaces of #afbfe0

RGB 175191224
HSL0.610.440.78
HSV220°22°88°
CMYK 0.220.150.00   0.12
XYZ49.764551.757477.8883
Yxy51.75740.27740.2885
Hunter Lab71.9426-2.4267-13.8302
CIE-Lab77.13551.5463-18.2900

#afbfe0 color RGB value is (175,191,224).

#afbfe0 hex color red value is 175, green value is 191 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #afbfe0 hue: 0.61 , saturation: 0.44 and the lightness value of afbfe0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11100000
Octal 257 277 340
Decimal 175 191 224
Hex AF BF E0

RGB Percentages of Color #afbfe0

%29.66
%32.37
%37.97

CMYK Percentages of Color #afbfe0

%22
%15
%0
%12

Triadic Colors of #afbfe0

#afbfe0 #e0afbf #bfe0af

Analogous Colors of #afbfe0

#afbfe0 #b8afe0 #afd8e0

Monochromatic Colors of #afbfe0

#afbfe0

Complementary Color

#afbfe0 #e0d0af

#afbfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfe0 Color CSS Codes

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

#afbfe0 Text Font Color

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

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


#afbfe0 Background Color

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

This div background color is #afbfe0


#afbfe0 Border Color

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

This div border color is #afbfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfe0


Comments

No comments written yet.

Please login to write comment.