Color Hex Logo

#aebdce Color Hex

#AEBDCE
(174,189,206)
0 Favorites   0 Comments

Color spaces of #aebdce

RGB 174189206
HSL0.590.250.75
HSV212°16°81°
CMYK 0.160.080.00   0.19
XYZ46.793749.850165.5483
Yxy49.85010.28850.3074
Hunter Lab70.6046-5.2559-5.6208
CIE-Lab75.9772-1.6449-10.2931

#aebdce color RGB value is (174,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11001110
Octal 256 275 316
Decimal 174 189 206
Hex AE BD CE

RGB Percentages of Color #aebdce

%30.58
%33.22
%36.20

CMYK Percentages of Color #aebdce

%16
%8
%0
%19

Triadic Colors of #aebdce

#aebdce #ceaebd #bdceae

Analogous Colors of #aebdce

#aebdce #afaece #aecdce

Monochromatic Colors of #aebdce

#aebdce

Complementary Color

#aebdce #cebfae

#aebdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdce Color CSS Codes

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

#aebdce Text Font Color

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

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


#aebdce Background Color

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

This div background color is #aebdce


#aebdce Border Color

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

This div border color is #aebdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdce


Comments

No comments written yet.

Please login to write comment.