Color Hex Logo

#affb52 Color Hex

#AFFB52
(175,251,82)
0 Favorites   0 Comments

Color spaces of #affb52

RGB 17525182
HSL0.240.950.65
HSV87°67°98°
CMYK 0.300.000.67   0.02
XYZ53.699478.717520.3464
Yxy78.71750.35150.5153
Hunter Lab88.7229-47.228248.5093
CIE-Lab91.1063-48.319270.3241

#affb52 color RGB value is (175,251,82).

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

The process color (four color CMYK) of #affb52 color hex is 0.30, 0.00, 0.67, 0.02. Web safe color of #affb52 is #99ff66. Color #affb52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 01010010
Octal 257 373 122
Decimal 175 251 82
Hex AF FB 52

RGB Percentages of Color #affb52

%34.45
%49.41
%16.14

CMYK Percentages of Color #affb52

%30
%0
%67
%2

Triadic Colors of #affb52

#affb52 #52affb #fb52af

Analogous Colors of #affb52

#affb52 #5bfb52 #fbf352

Monochromatic Colors of #affb52

#affb52

Complementary Color

#affb52 #9e52fb

#affb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb52 Color CSS Codes

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

#affb52 Text Font Color

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

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


#affb52 Background Color

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

This div background color is #affb52


#affb52 Border Color

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

This div border color is #affb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb52


Comments

No comments written yet.

Please login to write comment.