Color Hex Logo

#aecdbf Color Hex

#AECDBF
(174,205,191)
0 Favorites   0 Comments

Color spaces of #aecdbf

RGB 174205191
HSL0.420.240.74
HSV153°15°80°
CMYK 0.150.000.07   0.20
XYZ48.690956.422957.6146
Yxy56.42290.29920.3467
Hunter Lab75.1152-15.74497.1042
CIE-Lab79.8539-13.08993.4993

#aecdbf color RGB value is (174,205,191).

#aecdbf hex color red value is 174, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aecdbf hue: 0.42 , saturation: 0.24 and the lightness value of aecdbf is 0.74.

The process color (four color CMYK) of #aecdbf color hex is 0.15, 0.00, 0.07, 0.20. Web safe color of #aecdbf is #99cccc. Color #aecdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10111111
Octal 256 315 277
Decimal 174 205 191
Hex AE CD BF

RGB Percentages of Color #aecdbf

%30.53
%35.96
%33.51

CMYK Percentages of Color #aecdbf

%15
%0
%7
%20

Triadic Colors of #aecdbf

#aecdbf #bfaecd #cdbfae

Analogous Colors of #aecdbf

#aecdbf #aecccd #aecdb0

Monochromatic Colors of #aecdbf

#aecdbf

Complementary Color

#aecdbf #cdaebc

#aecdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdbf Color CSS Codes

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

#aecdbf Text Font Color

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

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


#aecdbf Background Color

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

This div background color is #aecdbf


#aecdbf Border Color

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

This div border color is #aecdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdbf


Comments

No comments written yet.

Please login to write comment.