Color Hex Logo

#aecf55 Color Hex

#AECF55
(174,207,85)
0 Favorites   0 Comments

Color spaces of #aecf55

RGB 17420785
HSL0.210.560.57
HSV76°59°81°
CMYK 0.160.000.59   0.19
XYZ41.408154.280216.8890
Yxy54.28020.36780.4822
Hunter Lab73.6751-28.607937.9812
CIE-Lab78.6248-28.825255.6868

#aecf55 color RGB value is (174,207,85).

#aecf55 hex color red value is 174, green value is 207 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aecf55 hue: 0.21 , saturation: 0.56 and the lightness value of aecf55 is 0.57.

The process color (four color CMYK) of #aecf55 color hex is 0.16, 0.00, 0.59, 0.19. Web safe color of #aecf55 is #99cc66. Color #aecf55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 01010101
Octal 256 317 125
Decimal 174 207 85
Hex AE CF 55

RGB Percentages of Color #aecf55

%37.34
%44.42
%18.24

CMYK Percentages of Color #aecf55

%16
%0
%59
%19

Triadic Colors of #aecf55

#aecf55 #55aecf #cf55ae

Analogous Colors of #aecf55

#aecf55 #71cf55 #cfb355

Monochromatic Colors of #aecf55

#aecf55

Complementary Color

#aecf55 #7655cf

#aecf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf55 Color CSS Codes

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

#aecf55 Text Font Color

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

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


#aecf55 Background Color

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

This div background color is #aecf55


#aecf55 Border Color

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

This div border color is #aecf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf55


Comments

No comments written yet.

Please login to write comment.