Color Hex Logo

#afbf15 Color Hex

#AFBF15
(175,191,21)
0 Favorites   0 Comments

Color spaces of #afbf15

RGB 17519121
HSL0.180.800.42
HSV66°89°75°
CMYK 0.080.000.89   0.25
XYZ36.445446.42977.7504
Yxy46.42970.40220.5123
Hunter Lab68.1393-23.770340.9537
CIE-Lab73.8235-23.920971.9814

#afbf15 color RGB value is (175,191,21).

#afbf15 hex color red value is 175, green value is 191 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #afbf15 hue: 0.18 , saturation: 0.80 and the lightness value of afbf15 is 0.42.

The process color (four color CMYK) of #afbf15 color hex is 0.08, 0.00, 0.89, 0.25. Web safe color of #afbf15 is #99cc00. Color #afbf15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00010101
Octal 257 277 25
Decimal 175 191 21
Hex AF BF 15

RGB Percentages of Color #afbf15

%45.22
%49.35
%5.43

CMYK Percentages of Color #afbf15

%8
%0
%89
%25

Triadic Colors of #afbf15

#afbf15 #15afbf #bf15af

Analogous Colors of #afbf15

#afbf15 #5abf15 #bf7a15

Monochromatic Colors of #afbf15

#afbf15

Complementary Color

#afbf15 #2515bf

#afbf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf15 Color CSS Codes

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

#afbf15 Text Font Color

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

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


#afbf15 Background Color

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

This div background color is #afbf15


#afbf15 Border Color

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

This div border color is #afbf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf15


Comments

No comments written yet.

Please login to write comment.