Color Hex Logo

#aff38b Color Hex

#AFF38B
(175,243,139)
0 Favorites   0 Comments

Color spaces of #aff38b

RGB 175243139
HSL0.280.810.75
HSV99°43°95°
CMYK 0.280.000.43   0.05
XYZ54.390075.079236.0512
Yxy75.07920.32860.4536
Hunter Lab86.6483-39.588235.9854
CIE-Lab89.4301-39.329743.4141

#aff38b color RGB value is (175,243,139).

#aff38b hex color red value is 175, green value is 243 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aff38b hue: 0.28 , saturation: 0.81 and the lightness value of aff38b is 0.75.

The process color (four color CMYK) of #aff38b color hex is 0.28, 0.00, 0.43, 0.05. Web safe color of #aff38b is #99ff99. Color #aff38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10001011
Octal 257 363 213
Decimal 175 243 139
Hex AF F3 8B

RGB Percentages of Color #aff38b

%31.42
%43.63
%24.96

CMYK Percentages of Color #aff38b

%28
%0
%43
%5

Triadic Colors of #aff38b

#aff38b #8baff3 #f38baf

Analogous Colors of #aff38b

#aff38b #8bf39b #e3f38b

Monochromatic Colors of #aff38b

#aff38b

Complementary Color

#aff38b #cf8bf3

#aff38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff38b Color CSS Codes

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

#aff38b Text Font Color

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

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


#aff38b Background Color

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

This div background color is #aff38b


#aff38b Border Color

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

This div border color is #aff38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff38b


Comments

No comments written yet.

Please login to write comment.