Color Hex Logo

#aebdeb Color Hex

#AEBDEB
(174,189,235)
0 Favorites   0 Comments

Color spaces of #aebdeb

RGB 174189235
HSL0.630.600.80
HSV225°26°92°
CMYK 0.260.200.00   0.08
XYZ50.648651.392085.8474
Yxy51.39200.26960.2735
Hunter Lab71.68820.6581-20.8187
CIE-Lab76.91594.8657-24.5650

#aebdeb color RGB value is (174,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11101011
Octal 256 275 353
Decimal 174 189 235
Hex AE BD EB

RGB Percentages of Color #aebdeb

%29.10
%31.61
%39.30

CMYK Percentages of Color #aebdeb

%26
%20
%0
%8

Triadic Colors of #aebdeb

#aebdeb #ebaebd #bdebae

Analogous Colors of #aebdeb

#aebdeb #beaeeb #aedceb

Monochromatic Colors of #aebdeb

#aebdeb

Complementary Color

#aebdeb #ebdcae

#aebdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdeb Color CSS Codes

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

#aebdeb Text Font Color

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

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


#aebdeb Background Color

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

This div background color is #aebdeb


#aebdeb Border Color

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

This div border color is #aebdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdeb


Comments

No comments written yet.

Please login to write comment.