Color Hex Logo

#aff067 Color Hex

#AFF067
(175,240,103)
0 Favorites   0 Comments

Color spaces of #aff067

RGB 175240103
HSL0.250.820.67
HSV88°57°94°
CMYK 0.270.000.57   0.06
XYZ51.287572.413424.1060
Yxy72.41340.34700.4899
Hunter Lab85.0961-41.335942.7716
CIE-Lab88.1672-41.934158.6080

#aff067 color RGB value is (175,240,103).

#aff067 hex color red value is 175, green value is 240 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aff067 hue: 0.25 , saturation: 0.82 and the lightness value of aff067 is 0.67.

The process color (four color CMYK) of #aff067 color hex is 0.27, 0.00, 0.57, 0.06. Web safe color of #aff067 is #99ff66. Color #aff067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01100111
Octal 257 360 147
Decimal 175 240 103
Hex AF F0 67

RGB Percentages of Color #aff067

%33.78
%46.33
%19.88

CMYK Percentages of Color #aff067

%27
%0
%57
%6

Triadic Colors of #aff067

#aff067 #67aff0 #f067af

Analogous Colors of #aff067

#aff067 #6bf067 #f0ed67

Monochromatic Colors of #aff067

#aff067

Complementary Color

#aff067 #a867f0

#aff067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff067 Color CSS Codes

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

#aff067 Text Font Color

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

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


#aff067 Background Color

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

This div background color is #aff067


#aff067 Border Color

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

This div border color is #aff067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff067


Comments

No comments written yet.

Please login to write comment.