Color Hex Logo

#aedeba Color Hex

#AEDEBA
(174,222,186)
0 Favorites   0 Comments

Color spaces of #aedeba

RGB 174222186
HSL0.380.420.78
HSV135°22°87°
CMYK 0.220.000.16   0.13
XYZ52.439864.786456.1955
Yxy64.78640.30240.3736
Hunter Lab80.4900-24.563514.9486
CIE-Lab84.3735-22.556112.6310

#aedeba color RGB value is (174,222,186).

#aedeba hex color red value is 174, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aedeba hue: 0.38 , saturation: 0.42 and the lightness value of aedeba is 0.78.

The process color (four color CMYK) of #aedeba color hex is 0.22, 0.00, 0.16, 0.13. Web safe color of #aedeba is #99cccc. Color #aedeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10111010
Octal 256 336 272
Decimal 174 222 186
Hex AE DE BA

RGB Percentages of Color #aedeba

%29.90
%38.14
%31.96

CMYK Percentages of Color #aedeba

%22
%0
%16
%13

Triadic Colors of #aedeba

#aedeba #baaede #debaae

Analogous Colors of #aedeba

#aedeba #aeded2 #badeae

Monochromatic Colors of #aedeba

#aedeba

Complementary Color

#aedeba #deaed2

#aedeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeba Color CSS Codes

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

#aedeba Text Font Color

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

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


#aedeba Background Color

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

This div background color is #aedeba


#aedeba Border Color

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

This div border color is #aedeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeba


Comments

No comments written yet.

Please login to write comment.