Color Hex Logo

#aeafb7 Color Hex

#AEAFB7
(174,175,183)
0 Favorites   0 Comments

Color spaces of #aeafb7

RGB 174175183
HSL0.650.060.70
HSV233°72°
CMYK 0.050.040.00   0.28
XYZ41.332843.077550.9361
Yxy43.07750.30540.3183
Hunter Lab65.6335-2.4478-0.0697
CIE-Lab71.60751.1919-4.2098

#aeafb7 color RGB value is (174,175,183).

#aeafb7 hex color red value is 174, green value is 175 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #aeafb7 hue: 0.65 , saturation: 0.06 and the lightness value of aeafb7 is 0.70.

The process color (four color CMYK) of #aeafb7 color hex is 0.05, 0.04, 0.00, 0.28. Web safe color of #aeafb7 is #9999cc. Color #aeafb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10110111
Octal 256 257 267
Decimal 174 175 183
Hex AE AF B7

RGB Percentages of Color #aeafb7

%32.71
%32.89
%34.40

CMYK Percentages of Color #aeafb7

%5
%4
%0
%28

Triadic Colors of #aeafb7

#aeafb7 #b7aeaf #afb7ae

Analogous Colors of #aeafb7

#aeafb7 #b2aeb7 #aeb4b7

Monochromatic Colors of #aeafb7

#aeafb7

Complementary Color

#aeafb7 #b7b6ae

#aeafb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafb7 Color CSS Codes

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

#aeafb7 Text Font Color

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

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


#aeafb7 Background Color

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

This div background color is #aeafb7


#aeafb7 Border Color

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

This div border color is #aeafb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafb7


Comments

No comments written yet.

Please login to write comment.