Color Hex Logo

#aebec1 Color Hex

#AEBEC1
(174,190,193)
0 Favorites   0 Comments

Color spaces of #aebec1

RGB 174190193
HSL0.530.130.72
HSV189°10°76°
CMYK 0.100.020.00   0.24
XYZ45.494749.675857.6426
Yxy49.67580.29770.3251
Hunter Lab70.4811-8.12220.8467
CIE-Lab75.8698-4.8700-3.3960

#aebec1 color RGB value is (174,190,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11000001
Octal 256 276 301
Decimal 174 190 193
Hex AE BE C1

RGB Percentages of Color #aebec1

%31.24
%34.11
%34.65

CMYK Percentages of Color #aebec1

%10
%2
%0
%24

Triadic Colors of #aebec1

#aebec1 #c1aebe #bec1ae

Analogous Colors of #aebec1

#aebec1 #aeb5c1 #aec1bb

Monochromatic Colors of #aebec1

#aebec1

Complementary Color

#aebec1 #c1b1ae

#aebec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebec1 Color CSS Codes

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

#aebec1 Text Font Color

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

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


#aebec1 Background Color

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

This div background color is #aebec1


#aebec1 Border Color

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

This div border color is #aebec1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,190,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 #aebec1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebec1


Comments

No comments written yet.

Please login to write comment.