Color Hex Logo

#afe827 Color Hex

#AFE827
(175,232,39)
0 Favorites   0 Comments

Color spaces of #afe827

RGB 17523239
HSL0.220.810.53
HSV78°83°91°
CMYK 0.250.000.83   0.09
XYZ46.902066.973712.3747
Yxy66.97370.37150.5305
Hunter Lab81.8375-40.915148.3209
CIE-Lab85.4907-42.347178.1067

#afe827 color RGB value is (175,232,39).

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

The process color (four color CMYK) of #afe827 color hex is 0.25, 0.00, 0.83, 0.09. Web safe color of #afe827 is #99ff33. Color #afe827 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 00100111
Octal 257 350 47
Decimal 175 232 39
Hex AF E8 27

RGB Percentages of Color #afe827

%39.24
%52.02
%8.74

CMYK Percentages of Color #afe827

%25
%0
%83
%9

Triadic Colors of #afe827

#afe827 #27afe8 #e827af

Analogous Colors of #afe827

#afe827 #4fe827 #e8c127

Monochromatic Colors of #afe827

#afe827

Complementary Color

#afe827 #6027e8

#afe827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe827 Color CSS Codes

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

#afe827 Text Font Color

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

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


#afe827 Background Color

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

This div background color is #afe827


#afe827 Border Color

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

This div border color is #afe827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe827


Comments

No comments written yet.

Please login to write comment.