Color Hex Logo

#afbefe Color Hex

#AFBEFE
(175,190,254)
0 Favorites   0 Comments

Color spaces of #afbefe

RGB 175190254
HSL0.640.980.84
HSV229°31°100°
CMYK 0.310.250.00   0.00
XYZ53.982053.0966101.1694
Yxy53.09660.25920.2550
Hunter Lab72.86744.7193-31.3113
CIE-Lab77.93209.1905-33.2093

#afbefe color RGB value is (175,190,254).

#afbefe hex color red value is 175, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afbefe hue: 0.64 , saturation: 0.98 and the lightness value of afbefe is 0.84.

The process color (four color CMYK) of #afbefe color hex is 0.31, 0.25, 0.00, 0.00. Web safe color of #afbefe is #99ccff. Color #afbefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11111110
Octal 257 276 376
Decimal 175 190 254
Hex AF BE FE

RGB Percentages of Color #afbefe

%28.27
%30.69
%41.03

CMYK Percentages of Color #afbefe

%31
%25
%0
%0

Triadic Colors of #afbefe

#afbefe #feafbe #befeaf

Analogous Colors of #afbefe

#afbefe #c8affe #afe6fe

Monochromatic Colors of #afbefe

#afbefe

Complementary Color

#afbefe #feefaf

#afbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbefe Color CSS Codes

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

#afbefe Text Font Color

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

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


#afbefe Background Color

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

This div background color is #afbefe


#afbefe Border Color

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

This div border color is #afbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbefe


Comments

No comments written yet.

Please login to write comment.