Color Hex Logo

#abc934 Color Hex

#ABC934
(171,201,52)
0 Favorites   0 Comments

Color spaces of #abc934

RGB 17120152
HSL0.200.590.50
HSV72°74°79°
CMYK 0.150.000.74   0.21
XYZ38.301150.679111.0122
Yxy50.67910.38300.5068
Hunter Lab71.1893-28.545040.6610
CIE-Lab76.4842-29.326166.2730

#abc934 color RGB value is (171,201,52).

#abc934 hex color red value is 171, green value is 201 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #abc934 hue: 0.20 , saturation: 0.59 and the lightness value of abc934 is 0.50.

The process color (four color CMYK) of #abc934 color hex is 0.15, 0.00, 0.74, 0.21. Web safe color of #abc934 is #99cc33. Color #abc934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 00110100
Octal 253 311 64
Decimal 171 201 52
Hex AB C9 34

RGB Percentages of Color #abc934

%40.33
%47.41
%12.26

CMYK Percentages of Color #abc934

%15
%0
%74
%21

Triadic Colors of #abc934

#abc934 #34abc9 #c934ab

Analogous Colors of #abc934

#abc934 #61c934 #c99d34

Monochromatic Colors of #abc934

#abc934

Complementary Color

#abc934 #5234c9

#abc934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc934 Color CSS Codes

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

#abc934 Text Font Color

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

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


#abc934 Background Color

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

This div background color is #abc934


#abc934 Border Color

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

This div border color is #abc934


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,201,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abc934; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abc934;
  -webkit-box-shadow: 1px 1px 3px 2px #abc934;
  box-shadow:         1px 1px 3px 2px #abc934; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc934


Comments

No comments written yet.

Please login to write comment.