Color Hex Logo

#aec4ce Color Hex

#AEC4CE
(174,196,206)
0 Favorites   0 Comments

Color spaces of #aec4ce

RGB 174196206
HSL0.550.250.75
HSV199°16°81°
CMYK 0.160.050.00   0.19
XYZ48.336152.934866.0624
Yxy52.93480.28890.3163
Hunter Lab72.7563-8.7360-2.9056
CIE-Lab77.8365-5.3682-7.5277

#aec4ce color RGB value is (174,196,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 11001110
Octal 256 304 316
Decimal 174 196 206
Hex AE C4 CE

RGB Percentages of Color #aec4ce

%30.21
%34.03
%35.76

CMYK Percentages of Color #aec4ce

%16
%5
%0
%19

Triadic Colors of #aec4ce

#aec4ce #ceaec4 #c4ceae

Analogous Colors of #aec4ce

#aec4ce #aeb4ce #aecec8

Monochromatic Colors of #aec4ce

#aec4ce

Complementary Color

#aec4ce #ceb8ae

#aec4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4ce Color CSS Codes

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

#aec4ce Text Font Color

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

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


#aec4ce Background Color

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

This div background color is #aec4ce


#aec4ce Border Color

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

This div border color is #aec4ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,196,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 #aec4ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4ce


Comments

No comments written yet.

Please login to write comment.