Color Hex Logo

#aec1be Color Hex

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

Color spaces of #aec1be

RGB 174193190
HSL0.470.130.72
HSV171°10°76°
CMYK 0.100.000.02   0.24
XYZ45.819850.856356.1165
Yxy50.85630.29990.3328
Hunter Lab71.3136-10.11053.2644
CIE-Lab76.5919-7.0528-0.7105

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

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

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

Base Numbers

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

RGB Percentages of Color #aec1be

%31.24
%34.65
%34.11

CMYK Percentages of Color #aec1be

%10
%0
%2
%24

Triadic Colors of #aec1be

#aec1be #beaec1 #c1beae

Analogous Colors of #aec1be

#aec1be #aebbc1 #aec1b5

Monochromatic Colors of #aec1be

#aec1be

Complementary Color

#aec1be #c1aeb1

#aec1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec1be Color CSS Codes

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

#aec1be Text Font Color

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

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


#aec1be Background Color

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

This div background color is #aec1be


#aec1be Border Color

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

This div border color is #aec1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec1be


Comments

No comments written yet.

Please login to write comment.