Color Hex Logo

#afbc25 Color Hex

#AFBC25
(175,188,37)
0 Favorites   0 Comments

Color spaces of #afbc25

RGB 17518837
HSL0.180.670.44
HSV65°80°74°
CMYK 0.070.000.80   0.26
XYZ35.996345.21408.5802
Yxy45.21400.40090.5035
Hunter Lab67.2414-22.116039.5034
CIE-Lab73.0326-22.010167.7594

#afbc25 color RGB value is (175,188,37).

#afbc25 hex color red value is 175, green value is 188 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #afbc25 hue: 0.18 , saturation: 0.67 and the lightness value of afbc25 is 0.44.

The process color (four color CMYK) of #afbc25 color hex is 0.07, 0.00, 0.80, 0.26. Web safe color of #afbc25 is #99cc33. Color #afbc25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 00100101
Octal 257 274 45
Decimal 175 188 37
Hex AF BC 25

RGB Percentages of Color #afbc25

%43.75
%47.00
%9.25

CMYK Percentages of Color #afbc25

%7
%0
%80
%26

Triadic Colors of #afbc25

#afbc25 #25afbc #bc25af

Analogous Colors of #afbc25

#afbc25 #63bc25 #bc7e25

Monochromatic Colors of #afbc25

#afbc25

Complementary Color

#afbc25 #3225bc

#afbc25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc25 Color CSS Codes

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

#afbc25 Text Font Color

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

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


#afbc25 Background Color

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

This div background color is #afbc25


#afbc25 Border Color

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

This div border color is #afbc25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc25


Comments

No comments written yet.

Please login to write comment.