Color Hex Logo

#aebece Color Hex

#AEBECE
(174,190,206)
0 Favorites   0 Comments

Color spaces of #aebece

RGB 174190206
HSL0.580.250.75
HSV210°16°81°
CMYK 0.160.080.00   0.19
XYZ47.009650.281865.6202
Yxy50.28180.28860.3086
Hunter Lab70.9097-5.7552-5.2305
CIE-Lab76.2419-2.1798-9.8983

#aebece color RGB value is (174,190,206).

#aebece hex color red value is 174, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aebece hue: 0.58 , saturation: 0.25 and the lightness value of aebece is 0.75.

The process color (four color CMYK) of #aebece color hex is 0.16, 0.08, 0.00, 0.19. Web safe color of #aebece is #99cccc. Color #aebece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11001110
Octal 256 276 316
Decimal 174 190 206
Hex AE BE CE

RGB Percentages of Color #aebece

%30.53
%33.33
%36.14

CMYK Percentages of Color #aebece

%16
%8
%0
%19

Triadic Colors of #aebece

#aebece #ceaebe #beceae

Analogous Colors of #aebece

#aebece #aeaece #aecece

Monochromatic Colors of #aebece

#aebece

Complementary Color

#aebece #cebeae

#aebece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebece Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebece Color CSS Codes

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

#aebece Text Font Color

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

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


#aebece Background Color

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

This div background color is #aebece


#aebece Border Color

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

This div border color is #aebece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebece


Comments

No comments written yet.

Please login to write comment.