Color Hex Logo

#aecceb Color Hex

#AECCEB
(174,204,235)
0 Favorites   0 Comments

Color spaces of #aecceb

RGB 174204235
HSL0.580.600.80
HSV210°26°92°
CMYK 0.260.130.00   0.08
XYZ54.043858.182686.9792
Yxy58.18260.27130.2921
Hunter Lab76.2775-7.0157-14.2141
CIE-Lab80.8402-3.1870-18.6073

#aecceb color RGB value is (174,204,235).

#aecceb hex color red value is 174, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aecceb hue: 0.58 , saturation: 0.60 and the lightness value of aecceb is 0.80.

The process color (four color CMYK) of #aecceb color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #aecceb is #99ccff. Color #aecceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11101011
Octal 256 314 353
Decimal 174 204 235
Hex AE CC EB

RGB Percentages of Color #aecceb

%28.38
%33.28
%38.34

CMYK Percentages of Color #aecceb

%26
%13
%0
%8

Triadic Colors of #aecceb

#aecceb #ebaecc #ccebae

Analogous Colors of #aecceb

#aecceb #afaeeb #aeebeb

Monochromatic Colors of #aecceb

#aecceb

Complementary Color

#aecceb #ebcdae

#aecceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecceb Color CSS Codes

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

#aecceb Text Font Color

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

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


#aecceb Background Color

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

This div background color is #aecceb


#aecceb Border Color

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

This div border color is #aecceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecceb


Comments

No comments written yet.

Please login to write comment.