Color Hex Logo

#afbd53 Color Hex

#AFBD53
(175,189,83)
0 Favorites   0 Comments

Color spaces of #afbd53

RGB 17518983
HSL0.190.450.53
HSV68°56°74°
CMYK 0.070.000.56   0.26
XYZ37.438146.133715.1151
Yxy46.13370.37940.4675
Hunter Lab67.9218-20.475034.3510
CIE-Lab73.6322-19.827950.9811

#afbd53 color RGB value is (175,189,83).

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

The process color (four color CMYK) of #afbd53 color hex is 0.07, 0.00, 0.56, 0.26. Web safe color of #afbd53 is #99cc66. Color #afbd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 01010011
Octal 257 275 123
Decimal 175 189 83
Hex AF BD 53

RGB Percentages of Color #afbd53

%39.15
%42.28
%18.57

CMYK Percentages of Color #afbd53

%7
%0
%56
%26

Triadic Colors of #afbd53

#afbd53 #53afbd #bd53af

Analogous Colors of #afbd53

#afbd53 #7abd53 #bd9653

Monochromatic Colors of #afbd53

#afbd53

Complementary Color

#afbd53 #6153bd

#afbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd53 Color CSS Codes

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

#afbd53 Text Font Color

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

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


#afbd53 Background Color

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

This div background color is #afbd53


#afbd53 Border Color

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

This div border color is #afbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd53


Comments

No comments written yet.

Please login to write comment.