Color Hex Logo

#afbaf4 Color Hex

#AFBAF4
(175,186,244)
0 Favorites   0 Comments

Color spaces of #afbaf4

RGB 175186244
HSL0.640.760.82
HSV230°28°96°
CMYK 0.280.240.00   0.04
XYZ51.567250.763492.6684
Yxy50.76340.26440.2603
Hunter Lab71.24844.5075-27.2409
CIE-Lab76.53558.9413-29.9901

#afbaf4 color RGB value is (175,186,244).

#afbaf4 hex color red value is 175, green value is 186 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #afbaf4 hue: 0.64 , saturation: 0.76 and the lightness value of afbaf4 is 0.82.

The process color (four color CMYK) of #afbaf4 color hex is 0.28, 0.24, 0.00, 0.04. Web safe color of #afbaf4 is #99ccff. Color #afbaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11110100
Octal 257 272 364
Decimal 175 186 244
Hex AF BA F4

RGB Percentages of Color #afbaf4

%28.93
%30.74
%40.33

CMYK Percentages of Color #afbaf4

%28
%24
%0
%4

Triadic Colors of #afbaf4

#afbaf4 #f4afba #baf4af

Analogous Colors of #afbaf4

#afbaf4 #c7aff4 #afddf4

Monochromatic Colors of #afbaf4

#afbaf4

Complementary Color

#afbaf4 #f4e9af

#afbaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaf4 Color CSS Codes

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

#afbaf4 Text Font Color

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

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


#afbaf4 Background Color

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

This div background color is #afbaf4


#afbaf4 Border Color

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

This div border color is #afbaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaf4


Comments

No comments written yet.

Please login to write comment.