Color Hex Logo

#aff372 Color Hex

#AFF372
(175,243,114)
0 Favorites   0 Comments

Color spaces of #aff372

RGB 175243114
HSL0.250.840.70
HSV92°53°95°
CMYK 0.280.000.53   0.05
XYZ52.767174.430027.5049
Yxy74.43000.34110.4811
Hunter Lab86.2728-41.801441.4886
CIE-Lab89.1253-42.186554.8216

#aff372 color RGB value is (175,243,114).

#aff372 hex color red value is 175, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aff372 hue: 0.25 , saturation: 0.84 and the lightness value of aff372 is 0.70.

The process color (four color CMYK) of #aff372 color hex is 0.28, 0.00, 0.53, 0.05. Web safe color of #aff372 is #99ff66. Color #aff372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01110010
Octal 257 363 162
Decimal 175 243 114
Hex AF F3 72

RGB Percentages of Color #aff372

%32.89
%45.68
%21.43

CMYK Percentages of Color #aff372

%28
%0
%53
%5

Triadic Colors of #aff372

#aff372 #72aff3 #f372af

Analogous Colors of #aff372

#aff372 #72f376 #f0f372

Monochromatic Colors of #aff372

#aff372

Complementary Color

#aff372 #b672f3

#aff372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff372 Color CSS Codes

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

#aff372 Text Font Color

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

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


#aff372 Background Color

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

This div background color is #aff372


#aff372 Border Color

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

This div border color is #aff372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff372


Comments

No comments written yet.

Please login to write comment.