Color Hex Logo

#afe634 Color Hex

#AFE634
(175,230,52)
0 Favorites   0 Comments

Color spaces of #afe634

RGB 17523052
HSL0.220.780.55
HSV79°77°90°
CMYK 0.240.000.77   0.10
XYZ46.595865.955513.5236
Yxy65.95550.36960.5231
Hunter Lab81.2130-39.708746.9761
CIE-Lab84.9737-40.980574.3056

#afe634 color RGB value is (175,230,52).

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

The process color (four color CMYK) of #afe634 color hex is 0.24, 0.00, 0.77, 0.10. Web safe color of #afe634 is #99ff33. Color #afe634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 00110100
Octal 257 346 64
Decimal 175 230 52
Hex AF E6 34

RGB Percentages of Color #afe634

%38.29
%50.33
%11.38

CMYK Percentages of Color #afe634

%24
%0
%77
%10

Triadic Colors of #afe634

#afe634 #34afe6 #e634af

Analogous Colors of #afe634

#afe634 #56e634 #e6c434

Monochromatic Colors of #afe634

#afe634

Complementary Color

#afe634 #6b34e6

#afe634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe634 Color CSS Codes

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

#afe634 Text Font Color

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

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


#afe634 Background Color

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

This div background color is #afe634


#afe634 Border Color

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

This div border color is #afe634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe634


Comments

No comments written yet.

Please login to write comment.