Color Hex Logo

#aecbce Color Hex

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

Color spaces of #aecbce

RGB 174203206
HSL0.520.250.75
HSV186°16°81°
CMYK 0.160.010.00   0.19
XYZ49.952156.166866.6010
Yxy56.16680.28920.3252
Hunter Lab74.9445-12.1789-0.2281
CIE-Lab79.7087-9.0389-4.7587

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

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

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

Base Numbers

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

RGB Percentages of Color #aecbce

%29.85
%34.82
%35.33

CMYK Percentages of Color #aecbce

%16
%1
%0
%19

Triadic Colors of #aecbce

#aecbce #ceaecb #cbceae

Analogous Colors of #aecbce

#aecbce #aebbce #aecec1

Monochromatic Colors of #aecbce

#aecbce

Complementary Color

#aecbce #ceb1ae

#aecbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbce Color CSS Codes

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

#aecbce Text Font Color

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

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


#aecbce Background Color

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

This div background color is #aecbce


#aecbce Border Color

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

This div border color is #aecbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbce


Comments

No comments written yet.

Please login to write comment.