Color Hex Logo

#afea38 Color Hex

#AFEA38
(175,234,56)
0 Favorites   0 Comments

Color spaces of #afea38

RGB 17523456
HSL0.220.810.57
HSV80°76°92°
CMYK 0.250.000.76   0.08
XYZ47.815868.245114.3938
Yxy68.24510.36650.5231
Hunter Lab82.6106-41.251047.4969
CIE-Lab86.1289-42.548474.2012

#afea38 color RGB value is (175,234,56).

#afea38 hex color red value is 175, green value is 234 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #afea38 hue: 0.22 , saturation: 0.81 and the lightness value of afea38 is 0.57.

The process color (four color CMYK) of #afea38 color hex is 0.25, 0.00, 0.76, 0.08. Web safe color of #afea38 is #99ff33. Color #afea38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 00111000
Octal 257 352 70
Decimal 175 234 56
Hex AF EA 38

RGB Percentages of Color #afea38

%37.63
%50.32
%12.04

CMYK Percentages of Color #afea38

%25
%0
%76
%8

Triadic Colors of #afea38

#afea38 #38afea #ea38af

Analogous Colors of #afea38

#afea38 #56ea38 #eacc38

Monochromatic Colors of #afea38

#afea38

Complementary Color

#afea38 #7338ea

#afea38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea38 Color CSS Codes

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

#afea38 Text Font Color

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

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


#afea38 Background Color

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

This div background color is #afea38


#afea38 Border Color

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

This div border color is #afea38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea38


Comments

No comments written yet.

Please login to write comment.