Color Hex Logo

#aecbda Color Hex

#AECBDA
(174,203,218)
0 Favorites   0 Comments

Color spaces of #aecbda

RGB 174203218
HSL0.560.370.77
HSV200°20°85°
CMYK 0.200.070.00   0.15
XYZ51.466456.772574.5753
Yxy56.77250.28150.3105
Hunter Lab75.3475-9.9331-5.9391
CIE-Lab80.0515-6.4797-10.6897

#aecbda color RGB value is (174,203,218).

#aecbda hex color red value is 174, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aecbda hue: 0.56 , saturation: 0.37 and the lightness value of aecbda is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11011010
Octal 256 313 332
Decimal 174 203 218
Hex AE CB DA

RGB Percentages of Color #aecbda

%29.24
%34.12
%36.64

CMYK Percentages of Color #aecbda

%20
%7
%0
%15

Triadic Colors of #aecbda

#aecbda #daaecb #cbdaae

Analogous Colors of #aecbda

#aecbda #aeb5da #aedad3

Monochromatic Colors of #aecbda

#aecbda

Complementary Color

#aecbda #dabdae

#aecbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbda Color CSS Codes

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

#aecbda Text Font Color

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

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


#aecbda Background Color

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

This div background color is #aecbda


#aecbda Border Color

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

This div border color is #aecbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbda


Comments

No comments written yet.

Please login to write comment.