Color Hex Logo

#aedfba Color Hex

#AEDFBA
(174,223,186)
0 Favorites   0 Comments

Color spaces of #aedfba

RGB 174223186
HSL0.370.430.78
HSV135°22°87°
CMYK 0.220.000.17   0.13
XYZ52.706265.319256.2843
Yxy65.31920.30240.3747
Hunter Lab80.8203-25.028415.2839
CIE-Lab84.6480-23.045713.0196

#aedfba color RGB value is (174,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10111010
Octal 256 337 272
Decimal 174 223 186
Hex AE DF BA

RGB Percentages of Color #aedfba

%29.85
%38.25
%31.90

CMYK Percentages of Color #aedfba

%22
%0
%17
%13

Triadic Colors of #aedfba

#aedfba #baaedf #dfbaae

Analogous Colors of #aedfba

#aedfba #aedfd3 #bbdfae

Monochromatic Colors of #aedfba

#aedfba

Complementary Color

#aedfba #dfaed3

#aedfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfba Color CSS Codes

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

#aedfba Text Font Color

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

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


#aedfba Background Color

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

This div background color is #aedfba


#aedfba Border Color

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

This div border color is #aedfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfba


Comments

No comments written yet.

Please login to write comment.