Color Hex Logo

#aff852 Color Hex

#AFF852
(175,248,82)
0 Favorites   0 Comments

Color spaces of #aff852

RGB 17524882
HSL0.240.920.65
HSV86°67°97°
CMYK 0.290.000.67   0.03
XYZ52.769676.858020.0365
Yxy76.85800.35260.5135
Hunter Lab87.6687-45.977447.8175
CIE-Lab90.2562-47.054669.4419

#aff852 color RGB value is (175,248,82).

#aff852 hex color red value is 175, green value is 248 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aff852 hue: 0.24 , saturation: 0.92 and the lightness value of aff852 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 01010010
Octal 257 370 122
Decimal 175 248 82
Hex AF F8 52

RGB Percentages of Color #aff852

%34.65
%49.11
%16.24

CMYK Percentages of Color #aff852

%29
%0
%67
%3

Triadic Colors of #aff852

#aff852 #52aff8 #f852af

Analogous Colors of #aff852

#aff852 #5cf852 #f8ee52

Monochromatic Colors of #aff852

#aff852

Complementary Color

#aff852 #9b52f8

#aff852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff852 Color CSS Codes

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

#aff852 Text Font Color

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

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


#aff852 Background Color

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

This div background color is #aff852


#aff852 Border Color

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

This div border color is #aff852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff852


Comments

No comments written yet.

Please login to write comment.