Color Hex Logo

#afec34 Color Hex

#AFEC34
(175,236,52)
0 Favorites   0 Comments

Color spaces of #afec34

RGB 17523652
HSL0.220.830.56
HSV80°78°93°
CMYK 0.260.000.78   0.07
XYZ48.294569.352814.0899
Yxy69.35280.36660.5264
Hunter Lab83.2783-42.221948.2635
CIE-Lab86.6785-43.594775.8709

#afec34 color RGB value is (175,236,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 00110100
Octal 257 354 64
Decimal 175 236 52
Hex AF EC 34

RGB Percentages of Color #afec34

%37.80
%50.97
%11.23

CMYK Percentages of Color #afec34

%26
%0
%78
%7

Triadic Colors of #afec34

#afec34 #34afec #ec34af

Analogous Colors of #afec34

#afec34 #53ec34 #eccd34

Monochromatic Colors of #afec34

#afec34

Complementary Color

#afec34 #7134ec

#afec34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec34 Color CSS Codes

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

#afec34 Text Font Color

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

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


#afec34 Background Color

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

This div background color is #afec34


#afec34 Border Color

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

This div border color is #afec34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec34


Comments

No comments written yet.

Please login to write comment.