Color Hex Logo

#aefc54 Color Hex

#AEFC54
(174,252,84)
0 Favorites   0 Comments

Color spaces of #aefc54

RGB 17425284
HSL0.240.970.66
HSV88°67°99°
CMYK 0.310.000.67   0.01
XYZ53.866279.259620.8471
Yxy79.25960.34980.5148
Hunter Lab89.0279-47.797548.4359
CIE-Lab91.3516-48.949069.8166

#aefc54 color RGB value is (174,252,84).

#aefc54 hex color red value is 174, green value is 252 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #aefc54 hue: 0.24 , saturation: 0.97 and the lightness value of aefc54 is 0.66.

The process color (four color CMYK) of #aefc54 color hex is 0.31, 0.00, 0.67, 0.01. Web safe color of #aefc54 is #99ff66. Color #aefc54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 01010100
Octal 256 374 124
Decimal 174 252 84
Hex AE FC 54

RGB Percentages of Color #aefc54

%34.12
%49.41
%16.47

CMYK Percentages of Color #aefc54

%31
%0
%67
%1

Triadic Colors of #aefc54

#aefc54 #54aefc #fc54ae

Analogous Colors of #aefc54

#aefc54 #5afc54 #fcf654

Monochromatic Colors of #aefc54

#aefc54

Complementary Color

#aefc54 #a254fc

#aefc54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc54 Color CSS Codes

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

#aefc54 Text Font Color

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

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


#aefc54 Background Color

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

This div background color is #aefc54


#aefc54 Border Color

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

This div border color is #aefc54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc54

Related Colors


Comments

No comments written yet.

Please login to write comment.