Color Hex Logo

#afbf02 Color Hex

#AFBF02
(175,191,2)
0 Favorites   0 Comments

Color spaces of #afbf02

RGB 1751912
HSL0.180.980.38
HSV65°99°75°
CMYK 0.080.000.99   0.25
XYZ36.321046.37997.0953
Yxy46.37990.40450.5165
Hunter Lab68.1028-23.981241.4948
CIE-Lab73.7914-24.196274.3304

#afbf02 color RGB value is (175,191,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00000010
Octal 257 277 2
Decimal 175 191 2
Hex AF BF 2

RGB Percentages of Color #afbf02

%47.55
%51.90
%0.54

CMYK Percentages of Color #afbf02

%8
%0
%99
%25

Triadic Colors of #afbf02

#afbf02 #02afbf #bf02af

Analogous Colors of #afbf02

#afbf02 #51bf02 #bf7102

Monochromatic Colors of #afbf02

#afbf02

Complementary Color

#afbf02 #1202bf

#afbf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf02 Color CSS Codes

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

#afbf02 Text Font Color

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

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


#afbf02 Background Color

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

This div background color is #afbf02


#afbf02 Border Color

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

This div border color is #afbf02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf02


Comments

No comments written yet.

Please login to write comment.