Color Hex Logo

#afbd45 Color Hex

#AFBD45
(175,189,69)
0 Favorites   0 Comments

Color spaces of #afbd45

RGB 17518969
HSL0.190.480.51
HSV67°63°74°
CMYK 0.070.000.63   0.26
XYZ36.951045.938812.5498
Yxy45.93880.38720.4813
Hunter Lab67.7782-21.298036.4666
CIE-Lab73.5058-20.879556.9884

#afbd45 color RGB value is (175,189,69).

#afbd45 hex color red value is 175, green value is 189 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #afbd45 hue: 0.19 , saturation: 0.48 and the lightness value of afbd45 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 01000101
Octal 257 275 105
Decimal 175 189 69
Hex AF BD 45

RGB Percentages of Color #afbd45

%40.42
%43.65
%15.94

CMYK Percentages of Color #afbd45

%7
%0
%63
%26

Triadic Colors of #afbd45

#afbd45 #45afbd #bd45af

Analogous Colors of #afbd45

#afbd45 #73bd45 #bd8f45

Monochromatic Colors of #afbd45

#afbd45

Complementary Color

#afbd45 #5345bd

#afbd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd45 Color CSS Codes

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

#afbd45 Text Font Color

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

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


#afbd45 Background Color

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

This div background color is #afbd45


#afbd45 Border Color

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

This div border color is #afbd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd45


Comments

No comments written yet.

Please login to write comment.