Color Hex Logo

#aff675 Color Hex

#AFF675
(175,246,117)
0 Favorites   0 Comments

Color spaces of #aff675

RGB 175246117
HSL0.260.880.71
HSV93°52°96°
CMYK 0.290.000.52   0.04
XYZ53.845876.309828.7209
Yxy76.30980.33890.4803
Hunter Lab87.3555-42.844941.6554
CIE-Lab90.0030-43.188254.4984

#aff675 color RGB value is (175,246,117).

#aff675 hex color red value is 175, green value is 246 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aff675 hue: 0.26 , saturation: 0.88 and the lightness value of aff675 is 0.71.

The process color (four color CMYK) of #aff675 color hex is 0.29, 0.00, 0.52, 0.04. Web safe color of #aff675 is #99ff66. Color #aff675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 01110101
Octal 257 366 165
Decimal 175 246 117
Hex AF F6 75

RGB Percentages of Color #aff675

%32.53
%45.72
%21.75

CMYK Percentages of Color #aff675

%29
%0
%52
%4

Triadic Colors of #aff675

#aff675 #75aff6 #f675af

Analogous Colors of #aff675

#aff675 #75f67c #f0f675

Monochromatic Colors of #aff675

#aff675

Complementary Color

#aff675 #bc75f6

#aff675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff675 Color CSS Codes

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

#aff675 Text Font Color

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

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


#aff675 Background Color

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

This div background color is #aff675


#aff675 Border Color

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

This div border color is #aff675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff675


Comments

No comments written yet.

Please login to write comment.