Color Hex Logo

#aeedeb Color Hex

#AEEDEB
(174,237,235)
0 Favorites   0 Comments

Color spaces of #aeedeb

RGB 174237235
HSL0.490.640.81
HSV178°27°93°
CMYK 0.270.000.01   0.07
XYZ62.735175.565289.8763
Yxy75.56520.27490.3312
Hunter Lab86.9282-23.3031-0.4510
CIE-Lab89.6571-20.0796-5.4437

#aeedeb color RGB value is (174,237,235).

#aeedeb hex color red value is 174, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aeedeb hue: 0.49 , saturation: 0.64 and the lightness value of aeedeb is 0.81.

The process color (four color CMYK) of #aeedeb color hex is 0.27, 0.00, 0.01, 0.07. Web safe color of #aeedeb is #99ffff. Color #aeedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 11101011
Octal 256 355 353
Decimal 174 237 235
Hex AE ED EB

RGB Percentages of Color #aeedeb

%26.93
%36.69
%36.38

CMYK Percentages of Color #aeedeb

%27
%0
%1
%7

Triadic Colors of #aeedeb

#aeedeb #ebaeed #edebae

Analogous Colors of #aeedeb

#aeedeb #aed0ed #aeedcc

Monochromatic Colors of #aeedeb

#aeedeb

Complementary Color

#aeedeb #edaeb0

#aeedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedeb Color CSS Codes

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

#aeedeb Text Font Color

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

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


#aeedeb Background Color

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

This div background color is #aeedeb


#aeedeb Border Color

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

This div border color is #aeedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedeb


Comments

No comments written yet.

Please login to write comment.