Color Hex Logo

#aaf834 Color Hex

#AAF834
(170,248,52)
0 Favorites   0 Comments

Color spaces of #aaf834

RGB 17024852
HSL0.230.930.59
HSV84°79°97°
CMYK 0.310.000.79   0.03
XYZ50.764875.928815.2289
Yxy75.92880.35770.5350
Hunter Lab87.1371-48.498550.6339
CIE-Lab89.8263-50.472978.6426

#aaf834 color RGB value is (170,248,52).

#aaf834 hex color red value is 170, green value is 248 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aaf834 hue: 0.23 , saturation: 0.93 and the lightness value of aaf834 is 0.59.

The process color (four color CMYK) of #aaf834 color hex is 0.31, 0.00, 0.79, 0.03. Web safe color of #aaf834 is #99ff33. Color #aaf834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00110100
Octal 252 370 64
Decimal 170 248 52
Hex AA F8 34

RGB Percentages of Color #aaf834

%36.17
%52.77
%11.06

CMYK Percentages of Color #aaf834

%31
%0
%79
%3

Triadic Colors of #aaf834

#aaf834 #34aaf8 #f834aa

Analogous Colors of #aaf834

#aaf834 #48f834 #f8e434

Monochromatic Colors of #aaf834

#aaf834

Complementary Color

#aaf834 #8234f8

#aaf834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf834 Color CSS Codes

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

#aaf834 Text Font Color

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

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


#aaf834 Background Color

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

This div background color is #aaf834


#aaf834 Border Color

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

This div border color is #aaf834


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,248,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf834


Comments

No comments written yet.

Please login to write comment.