Color Hex Logo

#aecbca Color Hex

#AECBCA
(174,203,202)
0 Favorites   0 Comments

Color spaces of #aecbca

RGB 174203202
HSL0.490.220.74
HSV178°14°80°
CMYK 0.140.000.00   0.20
XYZ49.472255.974864.0739
Yxy55.97480.29180.3302
Hunter Lab74.8163-12.89561.5945
CIE-Lab79.5995-9.8647-2.7719

#aecbca color RGB value is (174,203,202).

#aecbca hex color red value is 174, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aecbca hue: 0.49 , saturation: 0.22 and the lightness value of aecbca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11001010
Octal 256 313 312
Decimal 174 203 202
Hex AE CB CA

RGB Percentages of Color #aecbca

%30.05
%35.06
%34.89

CMYK Percentages of Color #aecbca

%14
%0
%0
%20

Triadic Colors of #aecbca

#aecbca #caaecb #cbcaae

Analogous Colors of #aecbca

#aecbca #aebecb #aecbbc

Monochromatic Colors of #aecbca

#aecbca

Complementary Color

#aecbca #cbaeaf

#aecbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbca Color CSS Codes

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

#aecbca Text Font Color

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

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


#aecbca Background Color

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

This div background color is #aecbca


#aecbca Border Color

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

This div border color is #aecbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbca


Comments

No comments written yet.

Please login to write comment.