Color Hex Logo

#aedfb4 Color Hex

#AEDFB4
(174,223,180)
0 Favorites   0 Comments

Color spaces of #aedfb4

RGB 174223180
HSL0.350.430.78
HSV127°22°87°
CMYK 0.220.000.19   0.13
XYZ52.081565.069352.9947
Yxy65.06930.30610.3824
Hunter Lab80.6655-25.916617.5142
CIE-Lab84.5194-24.121115.9881

#aedfb4 color RGB value is (174,223,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10110100
Octal 256 337 264
Decimal 174 223 180
Hex AE DF B4

RGB Percentages of Color #aedfb4

%30.16
%38.65
%31.20

CMYK Percentages of Color #aedfb4

%22
%0
%19
%13

Triadic Colors of #aedfb4

#aedfb4 #b4aedf #dfb4ae

Analogous Colors of #aedfb4

#aedfb4 #aedfcd #c1dfae

Monochromatic Colors of #aedfb4

#aedfb4

Complementary Color

#aedfb4 #dfaed9

#aedfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfb4 Color CSS Codes

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

#aedfb4 Text Font Color

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

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


#aedfb4 Background Color

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

This div background color is #aedfb4


#aedfb4 Border Color

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

This div border color is #aedfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfb4


Comments

No comments written yet.

Please login to write comment.