Color Hex Logo

#aed068 Color Hex

#AED068
(174,208,104)
0 Favorites   0 Comments

Color spaces of #aed068

RGB 174208104
HSL0.220.530.61
HSV80°50°82°
CMYK 0.160.000.50   0.18
XYZ42.510155.109921.4935
Yxy55.10990.35690.4627
Hunter Lab74.2360-27.697934.7990
CIE-Lab79.1045-27.559747.5217

#aed068 color RGB value is (174,208,104).

#aed068 hex color red value is 174, green value is 208 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aed068 hue: 0.22 , saturation: 0.53 and the lightness value of aed068 is 0.61.

The process color (four color CMYK) of #aed068 color hex is 0.16, 0.00, 0.50, 0.18. Web safe color of #aed068 is #99cc66. Color #aed068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01101000
Octal 256 320 150
Decimal 174 208 104
Hex AE D0 68

RGB Percentages of Color #aed068

%35.80
%42.80
%21.40

CMYK Percentages of Color #aed068

%16
%0
%50
%18

Triadic Colors of #aed068

#aed068 #68aed0 #d068ae

Analogous Colors of #aed068

#aed068 #7ad068 #d0be68

Monochromatic Colors of #aed068

#aed068

Complementary Color

#aed068 #8a68d0

#aed068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed068 Color CSS Codes

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

#aed068 Text Font Color

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

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


#aed068 Background Color

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

This div background color is #aed068


#aed068 Border Color

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

This div border color is #aed068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed068


Comments

No comments written yet.

Please login to write comment.