Color Hex Logo

#aebfc3 Color Hex

#AEBFC3
(174,191,195)
0 Favorites   0 Comments

Color spaces of #aebfc3

RGB 174191195
HSL0.530.150.72
HSV191°11°76°
CMYK 0.110.020.00   0.24
XYZ45.936750.200458.8983
Yxy50.20040.29630.3238
Hunter Lab70.8522-8.26180.3098
CIE-Lab76.1921-4.9965-4.0068

#aebfc3 color RGB value is (174,191,195).

#aebfc3 hex color red value is 174, green value is 191 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aebfc3 hue: 0.53 , saturation: 0.15 and the lightness value of aebfc3 is 0.72.

The process color (four color CMYK) of #aebfc3 color hex is 0.11, 0.02, 0.00, 0.24. Web safe color of #aebfc3 is #99cccc. Color #aebfc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11000011
Octal 256 277 303
Decimal 174 191 195
Hex AE BF C3

RGB Percentages of Color #aebfc3

%31.07
%34.11
%34.82

CMYK Percentages of Color #aebfc3

%11
%2
%0
%24

Triadic Colors of #aebfc3

#aebfc3 #c3aebf #bfc3ae

Analogous Colors of #aebfc3

#aebfc3 #aeb5c3 #aec3bd

Monochromatic Colors of #aebfc3

#aebfc3

Complementary Color

#aebfc3 #c3b2ae

#aebfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfc3 Color CSS Codes

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

#aebfc3 Text Font Color

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

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


#aebfc3 Background Color

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

This div background color is #aebfc3


#aebfc3 Border Color

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

This div border color is #aebfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfc3


Comments

No comments written yet.

Please login to write comment.