Color Hex Logo

#aecf3f Color Hex

#AECF3F
(174,207,63)
0 Favorites   0 Comments

Color spaces of #aecf3f

RGB 17420763
HSL0.200.600.53
HSV74°70°81°
CMYK 0.160.000.70   0.19
XYZ40.665653.983212.9791
Yxy53.98320.37780.5016
Hunter Lab73.4733-29.782940.9577
CIE-Lab78.4519-30.359164.4188

#aecf3f color RGB value is (174,207,63).

#aecf3f hex color red value is 174, green value is 207 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aecf3f hue: 0.20 , saturation: 0.60 and the lightness value of aecf3f is 0.53.

The process color (four color CMYK) of #aecf3f color hex is 0.16, 0.00, 0.70, 0.19. Web safe color of #aecf3f is #99cc33. Color #aecf3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 00111111
Octal 256 317 77
Decimal 174 207 63
Hex AE CF 3F

RGB Percentages of Color #aecf3f

%39.19
%46.62
%14.19

CMYK Percentages of Color #aecf3f

%16
%0
%70
%19

Triadic Colors of #aecf3f

#aecf3f #3faecf #cf3fae

Analogous Colors of #aecf3f

#aecf3f #66cf3f #cfa83f

Monochromatic Colors of #aecf3f

#aecf3f

Complementary Color

#aecf3f #603fcf

#aecf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf3f Color CSS Codes

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

#aecf3f Text Font Color

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

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


#aecf3f Background Color

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

This div background color is #aecf3f


#aecf3f Border Color

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

This div border color is #aecf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf3f


Comments

No comments written yet.

Please login to write comment.