Color Hex Logo

#aedc67 Color Hex

#AEDC67
(174,220,103)
0 Favorites   0 Comments

Color spaces of #aedc67

RGB 174220103
HSL0.230.630.63
HSV84°53°86°
CMYK 0.210.000.53   0.14
XYZ45.496961.164322.2399
Yxy61.16430.35300.4745
Hunter Lab78.2076-33.021837.8850
CIE-Lab82.4670-33.299751.9863

#aedc67 color RGB value is (174,220,103).

#aedc67 hex color red value is 174, green value is 220 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aedc67 hue: 0.23 , saturation: 0.63 and the lightness value of aedc67 is 0.63.

The process color (four color CMYK) of #aedc67 color hex is 0.21, 0.00, 0.53, 0.14. Web safe color of #aedc67 is #99cc66. Color #aedc67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01100111
Octal 256 334 147
Decimal 174 220 103
Hex AE DC 67

RGB Percentages of Color #aedc67

%35.01
%44.27
%20.72

CMYK Percentages of Color #aedc67

%21
%0
%53
%14

Triadic Colors of #aedc67

#aedc67 #67aedc #dc67ae

Analogous Colors of #aedc67

#aedc67 #74dc67 #dcd067

Monochromatic Colors of #aedc67

#aedc67

Complementary Color

#aedc67 #9567dc

#aedc67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc67 Color CSS Codes

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

#aedc67 Text Font Color

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

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


#aedc67 Background Color

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

This div background color is #aedc67


#aedc67 Border Color

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

This div border color is #aedc67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc67


Comments

No comments written yet.

Please login to write comment.