Color Hex Logo

#aff767 Color Hex

#AFF767
(175,247,103)
0 Favorites   0 Comments

Color spaces of #aff767

RGB 175247103
HSL0.250.900.69
HSV90°58°97°
CMYK 0.290.000.58   0.03
XYZ53.388176.614824.8062
Yxy76.61480.34490.4949
Hunter Lab87.5299-44.302744.4680
CIE-Lab90.1440-44.971760.8560

#aff767 color RGB value is (175,247,103).

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

The process color (four color CMYK) of #aff767 color hex is 0.29, 0.00, 0.58, 0.03. Web safe color of #aff767 is #99ff66. Color #aff767 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110111 01100111
Octal 257 367 147
Decimal 175 247 103
Hex AF F7 67

RGB Percentages of Color #aff767

%33.33
%47.05
%19.62

CMYK Percentages of Color #aff767

%29
%0
%58
%3

Triadic Colors of #aff767

#aff767 #67aff7 #f767af

Analogous Colors of #aff767

#aff767 #67f767 #f7f767

Monochromatic Colors of #aff767

#aff767

Complementary Color

#aff767 #af67f7

#aff767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff767 Color CSS Codes

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

#aff767 Text Font Color

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

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


#aff767 Background Color

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

This div background color is #aff767


#aff767 Border Color

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

This div border color is #aff767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff767


Comments

No comments written yet.

Please login to write comment.