Color Hex Logo

#abc348 Color Hex

#ABC348
(171,195,72)
0 Favorites   0 Comments

Color spaces of #abc348

RGB 17119572
HSL0.200.510.52
HSV72°63°76°
CMYK 0.120.000.63   0.24
XYZ37.479448.156013.4506
Yxy48.15600.37830.4860
Hunter Lab69.3945-25.034137.0841
CIE-Lab74.9232-25.257857.1570

#abc348 color RGB value is (171,195,72).

#abc348 hex color red value is 171, green value is 195 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #abc348 hue: 0.20 , saturation: 0.51 and the lightness value of abc348 is 0.52.

The process color (four color CMYK) of #abc348 color hex is 0.12, 0.00, 0.63, 0.24. Web safe color of #abc348 is #99cc33. Color #abc348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 01001000
Octal 253 303 110
Decimal 171 195 72
Hex AB C3 48

RGB Percentages of Color #abc348

%39.04
%44.52
%16.44

CMYK Percentages of Color #abc348

%12
%0
%63
%24

Triadic Colors of #abc348

#abc348 #48abc3 #c348ab

Analogous Colors of #abc348

#abc348 #6ec348 #c39e48

Monochromatic Colors of #abc348

#abc348

Complementary Color

#abc348 #6048c3

#abc348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc348 Color CSS Codes

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

#abc348 Text Font Color

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

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


#abc348 Background Color

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

This div background color is #abc348


#abc348 Border Color

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

This div border color is #abc348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc348


Comments

No comments written yet.

Please login to write comment.