Color Hex Logo

#afbe10 Color Hex

#AFBE10
(175,190,16)
0 Favorites   0 Comments

Color spaces of #afbe10

RGB 17519016
HSL0.180.840.40
HSV65°92°75°
CMYK 0.080.000.92   0.25
XYZ36.186245.97837.4577
Yxy45.97830.40380.5130
Hunter Lab67.8073-23.404140.9442
CIE-Lab73.5315-23.525372.5347

#afbe10 color RGB value is (175,190,16).

#afbe10 hex color red value is 175, green value is 190 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #afbe10 hue: 0.18 , saturation: 0.84 and the lightness value of afbe10 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00010000
Octal 257 276 20
Decimal 175 190 16
Hex AF BE 10

RGB Percentages of Color #afbe10

%45.93
%49.87
%4.20

CMYK Percentages of Color #afbe10

%8
%0
%92
%25

Triadic Colors of #afbe10

#afbe10 #10afbe #be10af

Analogous Colors of #afbe10

#afbe10 #58be10 #be7610

Monochromatic Colors of #afbe10

#afbe10

Complementary Color

#afbe10 #1f10be

#afbe10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe10 Color CSS Codes

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

#afbe10 Text Font Color

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

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


#afbe10 Background Color

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

This div background color is #afbe10


#afbe10 Border Color

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

This div border color is #afbe10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe10


Comments

No comments written yet.

Please login to write comment.