Color Hex Logo

#aaf367 Color Hex

#AAF367
(170,243,103)
0 Favorites   0 Comments

Color spaces of #aaf367

RGB 170243103
HSL0.250.850.68
HSV91°58°95°
CMYK 0.300.000.58   0.05
XYZ51.076373.626524.3513
Yxy73.62650.34270.4940
Hunter Lab85.8059-43.907543.2379
CIE-Lab88.7457-44.987059.1963

#aaf367 color RGB value is (170,243,103).

#aaf367 hex color red value is 170, green value is 243 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aaf367 hue: 0.25 , saturation: 0.85 and the lightness value of aaf367 is 0.68.

The process color (four color CMYK) of #aaf367 color hex is 0.30, 0.00, 0.58, 0.05. Web safe color of #aaf367 is #99ff66. Color #aaf367 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 01100111
Octal 252 363 147
Decimal 170 243 103
Hex AA F3 67

RGB Percentages of Color #aaf367

%32.95
%47.09
%19.96

CMYK Percentages of Color #aaf367

%30
%0
%58
%5

Triadic Colors of #aaf367

#aaf367 #67aaf3 #f367aa

Analogous Colors of #aaf367

#aaf367 #67f36a #f0f367

Monochromatic Colors of #aaf367

#aaf367

Complementary Color

#aaf367 #b067f3

#aaf367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf367 Color CSS Codes

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

#aaf367 Text Font Color

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

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


#aaf367 Background Color

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

This div background color is #aaf367


#aaf367 Border Color

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

This div border color is #aaf367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf367


Comments

No comments written yet.

Please login to write comment.