Color Hex Logo

#aef855 Color Hex

#AEF855
(174,248,85)
0 Favorites   0 Comments

Color spaces of #aef855

RGB 17424885
HSL0.240.920.65
HSV87°66°97°
CMYK 0.300.000.66   0.03
XYZ52.662776.789420.6405
Yxy76.78940.35090.5116
Hunter Lab87.6296-46.078747.3754
CIE-Lab90.2246-47.196068.2555

#aef855 color RGB value is (174,248,85).

#aef855 hex color red value is 174, green value is 248 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aef855 hue: 0.24 , saturation: 0.92 and the lightness value of aef855 is 0.65.

The process color (four color CMYK) of #aef855 color hex is 0.30, 0.00, 0.66, 0.03. Web safe color of #aef855 is #99ff66. Color #aef855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 01010101
Octal 256 370 125
Decimal 174 248 85
Hex AE F8 55

RGB Percentages of Color #aef855

%34.32
%48.92
%16.77

CMYK Percentages of Color #aef855

%30
%0
%66
%3

Triadic Colors of #aef855

#aef855 #55aef8 #f855ae

Analogous Colors of #aef855

#aef855 #5df855 #f8f155

Monochromatic Colors of #aef855

#aef855

Complementary Color

#aef855 #9f55f8

#aef855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef855 Color CSS Codes

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

#aef855 Text Font Color

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

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


#aef855 Background Color

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

This div background color is #aef855


#aef855 Border Color

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

This div border color is #aef855


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,248,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 #aef855">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef855


Comments

No comments written yet.

Please login to write comment.