Color Hex Logo

#aecf0c Color Hex

#AECF0C
(174,207,12)
0 Favorites   0 Comments

Color spaces of #aecf0c

RGB 17420712
HSL0.190.890.43
HSV70°94°81°
CMYK 0.160.000.94   0.19
XYZ39.834753.65098.6040
Yxy53.65090.39020.5255
Hunter Lab73.2468-31.106044.3082
CIE-Lab78.2577-32.105876.6891

#aecf0c color RGB value is (174,207,12).

#aecf0c hex color red value is 174, green value is 207 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aecf0c hue: 0.19 , saturation: 0.89 and the lightness value of aecf0c is 0.43.

The process color (four color CMYK) of #aecf0c color hex is 0.16, 0.00, 0.94, 0.19. Web safe color of #aecf0c is #99cc00. Color #aecf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 00001100
Octal 256 317 14
Decimal 174 207 12
Hex AE CF C

RGB Percentages of Color #aecf0c

%44.27
%52.67
%3.05

CMYK Percentages of Color #aecf0c

%16
%0
%94
%19

Triadic Colors of #aecf0c

#aecf0c #0caecf #cf0cae

Analogous Colors of #aecf0c

#aecf0c #4ccf0c #cf8f0c

Monochromatic Colors of #aecf0c

#aecf0c

Complementary Color

#aecf0c #2d0ccf

#aecf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf0c Color CSS Codes

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

#aecf0c Text Font Color

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

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


#aecf0c Background Color

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

This div background color is #aecf0c


#aecf0c Border Color

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

This div border color is #aecf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf0c


Comments

No comments written yet.

Please login to write comment.