Color Hex Logo

#aec2ce Color Hex

#AEC2CE
(174,194,206)
0 Favorites   0 Comments

Color spaces of #aec2ce

RGB 174194206
HSL0.560.250.75
HSV203°16°81°
CMYK 0.160.060.00   0.19
XYZ47.887952.038565.9130
Yxy52.03850.28880.3138
Hunter Lab72.1377-7.7456-3.6775
CIE-Lab77.3039-4.3098-8.3183

#aec2ce color RGB value is (174,194,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 11001110
Octal 256 302 316
Decimal 174 194 206
Hex AE C2 CE

RGB Percentages of Color #aec2ce

%30.31
%33.80
%35.89

CMYK Percentages of Color #aec2ce

%16
%6
%0
%19

Triadic Colors of #aec2ce

#aec2ce #ceaec2 #c2ceae

Analogous Colors of #aec2ce

#aec2ce #aeb2ce #aececa

Monochromatic Colors of #aec2ce

#aec2ce

Complementary Color

#aec2ce #cebaae

#aec2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec2ce Color CSS Codes

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

#aec2ce Text Font Color

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

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


#aec2ce Background Color

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

This div background color is #aec2ce


#aec2ce Border Color

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

This div border color is #aec2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec2ce


Comments

No comments written yet.

Please login to write comment.