Color Hex Logo

#aebfc1 Color Hex

#AEBFC1
(174,191,193)
0 Favorites   0 Comments

Color spaces of #aebfc1

RGB 174191193
HSL0.520.130.72
HSV186°10°76°
CMYK 0.100.010.00   0.24
XYZ45.712050.110557.7151
Yxy50.11050.29770.3264
Hunter Lab70.7888-8.61361.2122
CIE-Lab76.1370-5.4000-3.0031

#aebfc1 color RGB value is (174,191,193).

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

The process color (four color CMYK) of #aebfc1 color hex is 0.10, 0.01, 0.00, 0.24. Web safe color of #aebfc1 is #99cccc. Color #aebfc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11000001
Octal 256 277 301
Decimal 174 191 193
Hex AE BF C1

RGB Percentages of Color #aebfc1

%31.18
%34.23
%34.59

CMYK Percentages of Color #aebfc1

%10
%1
%0
%24

Triadic Colors of #aebfc1

#aebfc1 #c1aebf #bfc1ae

Analogous Colors of #aebfc1

#aebfc1 #aeb6c1 #aec1ba

Monochromatic Colors of #aebfc1

#aebfc1

Complementary Color

#aebfc1 #c1b0ae

#aebfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfc1 Color CSS Codes

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

#aebfc1 Text Font Color

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

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


#aebfc1 Background Color

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

This div background color is #aebfc1


#aebfc1 Border Color

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

This div border color is #aebfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfc1


Comments

No comments written yet.

Please login to write comment.