Color Hex Logo

#afabeb Color Hex

#AFABEB
(175,171,235)
0 Favorites   0 Comments

Color spaces of #afabeb

RGB 175171235
HSL0.680.620.80
HSV244°27°92°
CMYK 0.260.270.00   0.08
XYZ47.237544.237984.6464
Yxy44.23790.26820.2512
Hunter Lab66.511610.3781-28.8977
CIE-Lab72.387215.0732-31.5073

#afabeb color RGB value is (175,171,235).

#afabeb hex color red value is 175, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afabeb hue: 0.68 , saturation: 0.62 and the lightness value of afabeb is 0.80.

The process color (four color CMYK) of #afabeb color hex is 0.26, 0.27, 0.00, 0.08. Web safe color of #afabeb is #9999ff. Color #afabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11101011
Octal 257 253 353
Decimal 175 171 235
Hex AF AB EB

RGB Percentages of Color #afabeb

%30.12
%29.43
%40.45

CMYK Percentages of Color #afabeb

%26
%27
%0
%8

Triadic Colors of #afabeb

#afabeb #ebafab #abebaf

Analogous Colors of #afabeb

#afabeb #cfabeb #abc7eb

Monochromatic Colors of #afabeb

#afabeb

Complementary Color

#afabeb #e7ebab

#afabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabeb Color CSS Codes

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

#afabeb Text Font Color

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

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


#afabeb Background Color

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

This div background color is #afabeb


#afabeb Border Color

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

This div border color is #afabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabeb


Comments

No comments written yet.

Please login to write comment.