Color Hex Logo

#abcf52 Color Hex

#ABCF52
(171,207,82)
0 Favorites   0 Comments

Color spaces of #abcf52

RGB 17120782
HSL0.210.570.57
HSV77°60°81°
CMYK 0.170.000.60   0.19
XYZ40.630453.892816.2435
Yxy53.89280.36680.4865
Hunter Lab73.4117-29.678038.2694
CIE-Lab78.3992-30.240556.6846

#abcf52 color RGB value is (171,207,82).

#abcf52 hex color red value is 171, green value is 207 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abcf52 hue: 0.21 , saturation: 0.57 and the lightness value of abcf52 is 0.57.

The process color (four color CMYK) of #abcf52 color hex is 0.17, 0.00, 0.60, 0.19. Web safe color of #abcf52 is #99cc66. Color #abcf52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 01010010
Octal 253 317 122
Decimal 171 207 82
Hex AB CF 52

RGB Percentages of Color #abcf52

%37.17
%45.00
%17.83

CMYK Percentages of Color #abcf52

%17
%0
%60
%19

Triadic Colors of #abcf52

#abcf52 #52abcf #cf52ab

Analogous Colors of #abcf52

#abcf52 #6dcf52 #cfb552

Monochromatic Colors of #abcf52

#abcf52

Complementary Color

#abcf52 #7652cf

#abcf52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcf52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcf52 Color CSS Codes

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

#abcf52 Text Font Color

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

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


#abcf52 Background Color

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

This div background color is #abcf52


#abcf52 Border Color

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

This div border color is #abcf52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcf52


Comments

No comments written yet.

Please login to write comment.