Color Hex Logo

#afaeeb Color Hex

#AFAEEB
(175,174,235)
0 Favorites   0 Comments

Color spaces of #afaeeb

RGB 175174235
HSL0.670.600.80
HSV241°26°92°
CMYK 0.260.260.00   0.08
XYZ47.810645.384284.8374
Yxy45.38420.26860.2549
Hunter Lab67.36788.7869-27.5074
CIE-Lab73.144213.4058-30.3404

#afaeeb color RGB value is (175,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11101011
Octal 257 256 353
Decimal 175 174 235
Hex AF AE EB

RGB Percentages of Color #afaeeb

%29.97
%29.79
%40.24

CMYK Percentages of Color #afaeeb

%26
%26
%0
%8

Triadic Colors of #afaeeb

#afaeeb #ebafae #aeebaf

Analogous Colors of #afaeeb

#afaeeb #ceaeeb #aecceb

Monochromatic Colors of #afaeeb

#afaeeb

Complementary Color

#afaeeb #eaebae

#afaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaeeb Color CSS Codes

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

#afaeeb Text Font Color

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

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


#afaeeb Background Color

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

This div background color is #afaeeb


#afaeeb Border Color

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

This div border color is #afaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaeeb


Comments

No comments written yet.

Please login to write comment.