Color Hex Logo

#aedfb5 Color Hex

#AEDFB5
(174,223,181)
0 Favorites   0 Comments

Color spaces of #aedfb5

RGB 174223181
HSL0.360.430.78
HSV129°22°87°
CMYK 0.220.000.19   0.13
XYZ52.183765.110253.5332
Yxy65.11020.30550.3811
Hunter Lab80.6909-25.771117.1485
CIE-Lab84.5405-23.944415.4933

#aedfb5 color RGB value is (174,223,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10110101
Octal 256 337 265
Decimal 174 223 181
Hex AE DF B5

RGB Percentages of Color #aedfb5

%30.10
%38.58
%31.31

CMYK Percentages of Color #aedfb5

%22
%0
%19
%13

Triadic Colors of #aedfb5

#aedfb5 #b5aedf #dfb5ae

Analogous Colors of #aedfb5

#aedfb5 #aedfce #c0dfae

Monochromatic Colors of #aedfb5

#aedfb5

Complementary Color

#aedfb5 #dfaed8

#aedfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfb5 Color CSS Codes

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

#aedfb5 Text Font Color

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

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


#aedfb5 Background Color

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

This div background color is #aedfb5


#aedfb5 Border Color

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

This div border color is #aedfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfb5


Comments

No comments written yet.

Please login to write comment.