Color Hex Logo

#aeccce Color Hex

#AECCCE
(174,204,206)
0 Favorites   0 Comments

Color spaces of #aeccce

RGB 174204206
HSL0.510.250.75
HSV184°16°81°
CMYK 0.160.010.00   0.19
XYZ50.189056.640666.6800
Yxy56.64060.28930.3264
Hunter Lab75.2599-12.66770.1513
CIE-Lab79.9770-9.5588-4.3631

#aeccce color RGB value is (174,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11001110
Octal 256 314 316
Decimal 174 204 206
Hex AE CC CE

RGB Percentages of Color #aeccce

%29.79
%34.93
%35.27

CMYK Percentages of Color #aeccce

%16
%1
%0
%19

Triadic Colors of #aeccce

#aeccce #ceaecc #ccceae

Analogous Colors of #aeccce

#aeccce #aebcce #aecec0

Monochromatic Colors of #aeccce

#aeccce

Complementary Color

#aeccce #ceb0ae

#aeccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccce Color CSS Codes

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

#aeccce Text Font Color

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

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


#aeccce Background Color

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

This div background color is #aeccce


#aeccce Border Color

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

This div border color is #aeccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccce


Comments

No comments written yet.

Please login to write comment.