Color Hex Logo

#aff930 Color Hex

#AFF930
(175,249,48)
0 Favorites   0 Comments

Color spaces of #aff930

RGB 17524948
HSL0.230.940.58
HSV82°81°98°
CMYK 0.300.000.81   0.02
XYZ52.088477.078714.9286
Yxy77.07870.36150.5349
Hunter Lab87.7945-47.736451.3744
CIE-Lab90.3578-49.268580.2460

#aff930 color RGB value is (175,249,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 00110000
Octal 257 371 60
Decimal 175 249 48
Hex AF F9 30

RGB Percentages of Color #aff930

%37.08
%52.75
%10.17

CMYK Percentages of Color #aff930

%30
%0
%81
%2

Triadic Colors of #aff930

#aff930 #30aff9 #f930af

Analogous Colors of #aff930

#aff930 #4bf930 #f9df30

Monochromatic Colors of #aff930

#aff930

Complementary Color

#aff930 #7a30f9

#aff930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff930 Color CSS Codes

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

#aff930 Text Font Color

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

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


#aff930 Background Color

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

This div background color is #aff930


#aff930 Border Color

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

This div border color is #aff930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff930


Comments

No comments written yet.

Please login to write comment.