Color Hex Logo

#abd234 Color Hex

#ABD234
(171,210,52)
0 Favorites   0 Comments

Color spaces of #abd234

RGB 17121052
HSL0.210.640.51
HSV75°75°82°
CMYK 0.190.000.75   0.18
XYZ40.461054.999011.7322
Yxy54.99900.37750.5131
Hunter Lab74.1613-32.396142.5333
CIE-Lab79.0407-33.529868.6926

#abd234 color RGB value is (171,210,52).

#abd234 hex color red value is 171, green value is 210 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #abd234 hue: 0.21 , saturation: 0.64 and the lightness value of abd234 is 0.51.

The process color (four color CMYK) of #abd234 color hex is 0.19, 0.00, 0.75, 0.18. Web safe color of #abd234 is #99cc33. Color #abd234 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 00110100
Octal 253 322 64
Decimal 171 210 52
Hex AB D2 34

RGB Percentages of Color #abd234

%39.49
%48.50
%12.01

CMYK Percentages of Color #abd234

%19
%0
%75
%18

Triadic Colors of #abd234

#abd234 #34abd2 #d234ab

Analogous Colors of #abd234

#abd234 #5cd234 #d2aa34

Monochromatic Colors of #abd234

#abd234

Complementary Color

#abd234 #5b34d2

#abd234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd234 Color CSS Codes

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

#abd234 Text Font Color

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

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


#abd234 Background Color

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

This div background color is #abd234


#abd234 Border Color

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

This div border color is #abd234


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,210,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 #abd234">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd234


Comments

No comments written yet.

Please login to write comment.