Color Hex Logo

#afbefa Color Hex

#AFBEFA
(175,190,250)
0 Favorites   0 Comments

Color spaces of #afbefa

RGB 175190250
HSL0.630.880.83
HSV228°30°98°
CMYK 0.300.240.00   0.02
XYZ53.348052.843097.8305
Yxy52.84300.26150.2590
Hunter Lab72.69323.7843-28.9073
CIE-Lab77.78228.2087-31.2965

#afbefa color RGB value is (175,190,250).

#afbefa hex color red value is 175, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #afbefa hue: 0.63 , saturation: 0.88 and the lightness value of afbefa is 0.83.

The process color (four color CMYK) of #afbefa color hex is 0.30, 0.24, 0.00, 0.02. Web safe color of #afbefa is #99ccff. Color #afbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11111010
Octal 257 276 372
Decimal 175 190 250
Hex AF BE FA

RGB Percentages of Color #afbefa

%28.46
%30.89
%40.65

CMYK Percentages of Color #afbefa

%30
%24
%0
%2

Triadic Colors of #afbefa

#afbefa #faafbe #befaaf

Analogous Colors of #afbefa

#afbefa #c6affa #afe4fa

Monochromatic Colors of #afbefa

#afbefa

Complementary Color

#afbefa #faebaf

#afbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbefa Color CSS Codes

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

#afbefa Text Font Color

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

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


#afbefa Background Color

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

This div background color is #afbefa


#afbefa Border Color

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

This div border color is #afbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbefa

Related Colors


Comments

No comments written yet.

Please login to write comment.