Color Hex Logo

#afbaeb Color Hex

#AFBAEB
(175,186,235)
0 Favorites   0 Comments

Color spaces of #afbaeb

RGB 175186235
HSL0.640.600.80
HSV229°26°92°
CMYK 0.260.210.00   0.08
XYZ50.233550.229985.6450
Yxy50.22990.26990.2699
Hunter Lab70.87312.4896-22.0366
CIE-Lab76.21026.7971-25.6364

#afbaeb color RGB value is (175,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11101011
Octal 257 272 353
Decimal 175 186 235
Hex AF BA EB

RGB Percentages of Color #afbaeb

%29.36
%31.21
%39.43

CMYK Percentages of Color #afbaeb

%26
%21
%0
%8

Triadic Colors of #afbaeb

#afbaeb #ebafba #baebaf

Analogous Colors of #afbaeb

#afbaeb #c2afeb #afd8eb

Monochromatic Colors of #afbaeb

#afbaeb

Complementary Color

#afbaeb #ebe0af

#afbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaeb Color CSS Codes

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

#afbaeb Text Font Color

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

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


#afbaeb Background Color

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

This div background color is #afbaeb


#afbaeb Border Color

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

This div border color is #afbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaeb


Comments

No comments written yet.

Please login to write comment.