Color Hex Logo

#afbefb Color Hex

#AFBEFB
(175,190,251)
0 Favorites   0 Comments

Color spaces of #afbefb

RGB 175190251
HSL0.630.900.84
HSV228°30°98°
CMYK 0.300.240.00   0.02
XYZ53.505252.905998.6586
Yxy52.90590.26090.2580
Hunter Lab72.73644.0165-29.5045
CIE-Lab77.81948.4531-31.7754

#afbefb color RGB value is (175,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11111011
Octal 257 276 373
Decimal 175 190 251
Hex AF BE FB

RGB Percentages of Color #afbefb

%28.41
%30.84
%40.75

CMYK Percentages of Color #afbefb

%30
%24
%0
%2

Triadic Colors of #afbefb

#afbefb #fbafbe #befbaf

Analogous Colors of #afbefb

#afbefb #c6affb #afe4fb

Monochromatic Colors of #afbefb

#afbefb

Complementary Color

#afbefb #fbecaf

#afbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbefb Color CSS Codes

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

#afbefb Text Font Color

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

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


#afbefb Background Color

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

This div background color is #afbefb


#afbefb Border Color

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

This div border color is #afbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbefb


Comments

No comments written yet.

Please login to write comment.