Color Hex Logo

#ae667b Color Hex

#AE667B
(174,102,123)
0 Favorites   0 Comments

Color spaces of #ae667b

RGB 174102123
HSL0.950.310.54
HSV343°41°68°
CMYK 0.000.410.29   0.32
XYZ25.782119.931521.2272
Yxy19.93150.38510.2977
Hunter Lab44.644724.95463.0607
CIE-Lab51.759731.59810.8583

#ae667b color RGB value is (174,102,123).

#ae667b hex color red value is 174, green value is 102 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae667b hue: 0.95 , saturation: 0.31 and the lightness value of ae667b is 0.54.

The process color (four color CMYK) of #ae667b color hex is 0.00, 0.41, 0.29, 0.32. Web safe color of #ae667b is #996666. Color #ae667b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01111011
Octal 256 146 173
Decimal 174 102 123
Hex AE 66 7B

RGB Percentages of Color #ae667b

%43.61
%25.56
%30.83

CMYK Percentages of Color #ae667b

%0
%41
%29
%32

Triadic Colors of #ae667b

#ae667b #7bae66 #667bae

Analogous Colors of #ae667b

#ae667b #ae7566 #ae669f

Monochromatic Colors of #ae667b

#ae667b

Complementary Color

#ae667b #66ae99

#ae667b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae667b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae667b Color CSS Codes

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

#ae667b Text Font Color

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

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


#ae667b Background Color

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

This div background color is #ae667b


#ae667b Border Color

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

This div border color is #ae667b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae667b


Comments

No comments written yet.

Please login to write comment.