Color Hex Logo

#afaeba Color Hex

#AFAEBA
(175,174,186)
0 Favorites   0 Comments

Color spaces of #afaeba

RGB 175174186
HSL0.680.080.71
HSV245°73°
CMYK 0.060.060.00   0.27
XYZ41.678242.931252.5443
Yxy42.93120.30390.3130
Hunter Lab65.5219-1.1203-1.6814
CIE-Lab71.50822.6721-5.9980

#afaeba color RGB value is (175,174,186).

#afaeba hex color red value is 175, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afaeba hue: 0.68 , saturation: 0.08 and the lightness value of afaeba is 0.71.

The process color (four color CMYK) of #afaeba color hex is 0.06, 0.06, 0.00, 0.27. Web safe color of #afaeba is #9999cc. Color #afaeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10111010
Octal 257 256 272
Decimal 175 174 186
Hex AF AE BA

RGB Percentages of Color #afaeba

%32.71
%32.52
%34.77

CMYK Percentages of Color #afaeba

%6
%6
%0
%27

Triadic Colors of #afaeba

#afaeba #baafae #aebaaf

Analogous Colors of #afaeba

#afaeba #b5aeba #aeb3ba

Monochromatic Colors of #afaeba

#afaeba

Complementary Color

#afaeba #b9baae

#afaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaeba Color CSS Codes

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

#afaeba Text Font Color

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

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


#afaeba Background Color

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

This div background color is #afaeba


#afaeba Border Color

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

This div border color is #afaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaeba


Comments

No comments written yet.

Please login to write comment.