Color Hex Logo

#afbe27 Color Hex

#AFBE27
(175,190,39)
0 Favorites   0 Comments

Color spaces of #afbe27

RGB 17519039
HSL0.180.660.45
HSV66°79°75°
CMYK 0.080.000.79   0.25
XYZ36.458946.08748.8936
Yxy46.08740.39870.5040
Hunter Lab67.8877-22.940639.7541
CIE-Lab73.6022-22.922367.7100

#afbe27 color RGB value is (175,190,39).

#afbe27 hex color red value is 175, green value is 190 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afbe27 hue: 0.18 , saturation: 0.66 and the lightness value of afbe27 is 0.45.

The process color (four color CMYK) of #afbe27 color hex is 0.08, 0.00, 0.79, 0.25. Web safe color of #afbe27 is #99cc33. Color #afbe27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00100111
Octal 257 276 47
Decimal 175 190 39
Hex AF BE 27

RGB Percentages of Color #afbe27

%43.32
%47.03
%9.65

CMYK Percentages of Color #afbe27

%8
%0
%79
%25

Triadic Colors of #afbe27

#afbe27 #27afbe #be27af

Analogous Colors of #afbe27

#afbe27 #63be27 #be8227

Monochromatic Colors of #afbe27

#afbe27

Complementary Color

#afbe27 #3627be

#afbe27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe27 Color CSS Codes

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

#afbe27 Text Font Color

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

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


#afbe27 Background Color

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

This div background color is #afbe27


#afbe27 Border Color

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

This div border color is #afbe27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe27


Comments

No comments written yet.

Please login to write comment.