Color Hex Logo

#afb6eb Color Hex

#AFB6EB
(175,182,235)
0 Favorites   0 Comments

Color spaces of #afb6eb

RGB 175182235
HSL0.650.600.80
HSV233°26°92°
CMYK 0.260.230.00   0.08
XYZ49.402548.568085.3680
Yxy48.56800.26950.2649
Hunter Lab69.69074.5766-23.8440
CIE-Lab75.18188.9882-27.2102

#afb6eb color RGB value is (175,182,235).

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

The process color (four color CMYK) of #afb6eb color hex is 0.26, 0.23, 0.00, 0.08. Web safe color of #afb6eb is #99ccff. Color #afb6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11101011
Octal 257 266 353
Decimal 175 182 235
Hex AF B6 EB

RGB Percentages of Color #afb6eb

%29.56
%30.74
%39.70

CMYK Percentages of Color #afb6eb

%26
%23
%0
%8

Triadic Colors of #afb6eb

#afb6eb #ebafb6 #b6ebaf

Analogous Colors of #afb6eb

#afb6eb #c6afeb #afd4eb

Monochromatic Colors of #afb6eb

#afb6eb

Complementary Color

#afb6eb #ebe4af

#afb6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6eb Color CSS Codes

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

#afb6eb Text Font Color

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

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


#afb6eb Background Color

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

This div background color is #afb6eb


#afb6eb Border Color

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

This div border color is #afb6eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,182,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 #afb6eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6eb


Comments

No comments written yet.

Please login to write comment.