Color Hex Logo

#adfb32 Color Hex

#ADFB32
(173,251,50)
0 Favorites   0 Comments

Color spaces of #adfb32

RGB 17325150
HSL0.230.960.59
HSV83°80°98°
CMYK 0.310.000.80   0.02
XYZ52.306578.108915.3373
Yxy78.10890.35890.5359
Hunter Lab88.3792-49.020051.5763
CIE-Lab90.8296-50.731680.1267

#adfb32 color RGB value is (173,251,50).

#adfb32 hex color red value is 173, green value is 251 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #adfb32 hue: 0.23 , saturation: 0.96 and the lightness value of adfb32 is 0.59.

The process color (four color CMYK) of #adfb32 color hex is 0.31, 0.00, 0.80, 0.02. Web safe color of #adfb32 is #99ff33. Color #adfb32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00110010
Octal 255 373 62
Decimal 173 251 50
Hex AD FB 32

RGB Percentages of Color #adfb32

%36.50
%52.95
%10.55

CMYK Percentages of Color #adfb32

%31
%0
%80
%2

Triadic Colors of #adfb32

#adfb32 #32adfb #fb32ad

Analogous Colors of #adfb32

#adfb32 #49fb32 #fbe532

Monochromatic Colors of #adfb32

#adfb32

Complementary Color

#adfb32 #8032fb

#adfb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb32 Color CSS Codes

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

#adfb32 Text Font Color

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

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


#adfb32 Background Color

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

This div background color is #adfb32


#adfb32 Border Color

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

This div border color is #adfb32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,251,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adfb32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adfb32;
  -webkit-box-shadow: 1px 1px 3px 2px #adfb32;
  box-shadow:         1px 1px 3px 2px #adfb32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb32


Comments

No comments written yet.

Please login to write comment.