Color Hex Logo

#affb2d Color Hex

#AFFB2D
(175,251,45)
0 Favorites   0 Comments

Color spaces of #affb2d

RGB 17525145
HSL0.230.960.58
HSV82°82°98°
CMYK 0.300.000.82   0.02
XYZ52.650078.297814.8207
Yxy78.29780.36120.5371
Hunter Lab88.4860-48.641552.0096
CIE-Lab90.9156-50.207681.4568

#affb2d color RGB value is (175,251,45).

#affb2d hex color red value is 175, green value is 251 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #affb2d hue: 0.23 , saturation: 0.96 and the lightness value of affb2d is 0.58.

The process color (four color CMYK) of #affb2d color hex is 0.30, 0.00, 0.82, 0.02. Web safe color of #affb2d is #99ff33. Color #affb2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 00101101
Octal 257 373 55
Decimal 175 251 45
Hex AF FB 2D

RGB Percentages of Color #affb2d

%37.15
%53.29
%9.55

CMYK Percentages of Color #affb2d

%30
%0
%82
%2

Triadic Colors of #affb2d

#affb2d #2daffb #fb2daf

Analogous Colors of #affb2d

#affb2d #48fb2d #fbe02d

Monochromatic Colors of #affb2d

#affb2d

Complementary Color

#affb2d #792dfb

#affb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb2d Color CSS Codes

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

#affb2d Text Font Color

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

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


#affb2d Background Color

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

This div background color is #affb2d


#affb2d Border Color

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

This div border color is #affb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb2d

Related Colors


Comments

No comments written yet.

Please login to write comment.