Color Hex Logo

#aececb Color Hex

#AECECB
(174,206,203)
0 Favorites   0 Comments

Color spaces of #aececb

RGB 174206203
HSL0.480.250.75
HSV174°16°81°
CMYK 0.160.000.01   0.19
XYZ50.306457.453164.9380
Yxy57.45310.29130.3327
Hunter Lab75.7978-14.17722.2632
CIE-Lab80.4338-11.2127-2.0835

#aececb color RGB value is (174,206,203).

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

The process color (four color CMYK) of #aececb color hex is 0.16, 0.00, 0.01, 0.19. Web safe color of #aececb is #99cccc. Color #aececb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11001011
Octal 256 316 313
Decimal 174 206 203
Hex AE CE CB

RGB Percentages of Color #aececb

%29.85
%35.33
%34.82

CMYK Percentages of Color #aececb

%16
%0
%1
%19

Triadic Colors of #aececb

#aececb #cbaece #cecbae

Analogous Colors of #aececb

#aececb #aec1ce #aecebb

Monochromatic Colors of #aececb

#aececb

Complementary Color

#aececb #ceaeb1

#aececb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aececb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aececb Color CSS Codes

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

#aececb Text Font Color

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

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


#aececb Background Color

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

This div background color is #aececb


#aececb Border Color

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

This div border color is #aececb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aececb


Comments

No comments written yet.

Please login to write comment.