Color Hex Logo

#afec38 Color Hex

#AFEC38
(175,236,56)
0 Favorites   0 Comments

Color spaces of #afec38

RGB 17523656
HSL0.220.830.57
HSV80°76°93°
CMYK 0.260.000.76   0.07
XYZ48.388569.390414.5847
Yxy69.39040.36560.5242
Hunter Lab83.3009-42.088147.9299
CIE-Lab86.6970-43.416074.7324

#afec38 color RGB value is (175,236,56).

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

The process color (four color CMYK) of #afec38 color hex is 0.26, 0.00, 0.76, 0.07. Web safe color of #afec38 is #99ff33. Color #afec38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 00111000
Octal 257 354 70
Decimal 175 236 56
Hex AF EC 38

RGB Percentages of Color #afec38

%37.47
%50.54
%11.99

CMYK Percentages of Color #afec38

%26
%0
%76
%7

Triadic Colors of #afec38

#afec38 #38afec #ec38af

Analogous Colors of #afec38

#afec38 #55ec38 #eccf38

Monochromatic Colors of #afec38

#afec38

Complementary Color

#afec38 #7538ec

#afec38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec38 Color CSS Codes

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

#afec38 Text Font Color

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

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


#afec38 Background Color

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

This div background color is #afec38


#afec38 Border Color

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

This div border color is #afec38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,236,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 #afec38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec38


Comments

No comments written yet.

Please login to write comment.