Color Hex Logo

#aff83b Color Hex

#AFF83B
(175,248,59)
0 Favorites   0 Comments

Color spaces of #aff83b

RGB 17524859
HSL0.230.930.60
HSV83°76°97°
CMYK 0.290.000.76   0.03
XYZ52.036076.564516.1735
Yxy76.56450.35940.5289
Hunter Lab87.5011-46.974950.2918
CIE-Lab90.1208-48.384177.0469

#aff83b color RGB value is (175,248,59).

#aff83b hex color red value is 175, green value is 248 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aff83b hue: 0.23 , saturation: 0.93 and the lightness value of aff83b is 0.60.

The process color (four color CMYK) of #aff83b color hex is 0.29, 0.00, 0.76, 0.03. Web safe color of #aff83b is #99ff33. Color #aff83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 00111011
Octal 257 370 73
Decimal 175 248 59
Hex AF F8 3B

RGB Percentages of Color #aff83b

%36.31
%51.45
%12.24

CMYK Percentages of Color #aff83b

%29
%0
%76
%3

Triadic Colors of #aff83b

#aff83b #3baff8 #f83baf

Analogous Colors of #aff83b

#aff83b #51f83b #f8e33b

Monochromatic Colors of #aff83b

#aff83b

Complementary Color

#aff83b #843bf8

#aff83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff83b Color CSS Codes

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

#aff83b Text Font Color

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

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


#aff83b Background Color

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

This div background color is #aff83b


#aff83b Border Color

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

This div border color is #aff83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff83b

Related Colors


Comments

No comments written yet.

Please login to write comment.