Color Hex Logo

#aff358 Color Hex

#AFF358
(175,243,88)
0 Favorites   0 Comments

Color spaces of #aff358

RGB 17524388
HSL0.240.870.65
HSV86°64°95°
CMYK 0.280.000.64   0.05
XYZ51.491273.919720.7866
Yxy73.91970.35220.5056
Hunter Lab85.9766-43.555745.8490
CIE-Lab88.8845-44.487865.6746

#aff358 color RGB value is (175,243,88).

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

The process color (four color CMYK) of #aff358 color hex is 0.28, 0.00, 0.64, 0.05. Web safe color of #aff358 is #99ff66. Color #aff358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01011000
Octal 257 363 130
Decimal 175 243 88
Hex AF F3 58

RGB Percentages of Color #aff358

%34.58
%48.02
%17.39

CMYK Percentages of Color #aff358

%28
%0
%64
%5

Triadic Colors of #aff358

#aff358 #58aff3 #f358af

Analogous Colors of #aff358

#aff358 #61f358 #f3ea58

Monochromatic Colors of #aff358

#aff358

Complementary Color

#aff358 #9c58f3

#aff358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff358 Color CSS Codes

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

#aff358 Text Font Color

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

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


#aff358 Background Color

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

This div background color is #aff358


#aff358 Border Color

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

This div border color is #aff358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff358


Comments

No comments written yet.

Please login to write comment.