Color Hex Logo

#aff335 Color Hex

#AFF335
(175,243,53)
0 Favorites   0 Comments

Color spaces of #aff335

RGB 17524353
HSL0.230.890.58
HSV81°78°95°
CMYK 0.280.000.78   0.05
XYZ50.372473.472214.8948
Yxy73.47220.36310.5296
Hunter Lab85.7159-45.104449.6984
CIE-Lab88.6724-46.547477.4181

#aff335 color RGB value is (175,243,53).

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

The process color (four color CMYK) of #aff335 color hex is 0.28, 0.00, 0.78, 0.05. Web safe color of #aff335 is #99ff33. Color #aff335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 00110101
Octal 257 363 65
Decimal 175 243 53
Hex AF F3 35

RGB Percentages of Color #aff335

%37.15
%51.59
%11.25

CMYK Percentages of Color #aff335

%28
%0
%78
%5

Triadic Colors of #aff335

#aff335 #35aff3 #f335af

Analogous Colors of #aff335

#aff335 #50f335 #f3d835

Monochromatic Colors of #aff335

#aff335

Complementary Color

#aff335 #7935f3

#aff335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff335 Color CSS Codes

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

#aff335 Text Font Color

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

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


#aff335 Background Color

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

This div background color is #aff335


#aff335 Border Color

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

This div border color is #aff335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff335


Comments

No comments written yet.

Please login to write comment.