Color Hex Logo

#afdc54 Color Hex

#AFDC54
(175,220,84)
0 Favorites   0 Comments

Color spaces of #afdc54

RGB 17522084
HSL0.220.660.60
HSV80°62°86°
CMYK 0.200.000.62   0.14
XYZ44.872660.940517.7852
Yxy60.94050.36310.4931
Hunter Lab78.0644-34.008241.1372
CIE-Lab82.3467-34.578660.2358

#afdc54 color RGB value is (175,220,84).

#afdc54 hex color red value is 175, green value is 220 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #afdc54 hue: 0.22 , saturation: 0.66 and the lightness value of afdc54 is 0.60.

The process color (four color CMYK) of #afdc54 color hex is 0.20, 0.00, 0.62, 0.14. Web safe color of #afdc54 is #99cc66. Color #afdc54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01010100
Octal 257 334 124
Decimal 175 220 84
Hex AF DC 54

RGB Percentages of Color #afdc54

%36.53
%45.93
%17.54

CMYK Percentages of Color #afdc54

%20
%0
%62
%14

Triadic Colors of #afdc54

#afdc54 #54afdc #dc54af

Analogous Colors of #afdc54

#afdc54 #6bdc54 #dcc554

Monochromatic Colors of #afdc54

#afdc54

Complementary Color

#afdc54 #8154dc

#afdc54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc54 Color CSS Codes

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

#afdc54 Text Font Color

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

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


#afdc54 Background Color

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

This div background color is #afdc54


#afdc54 Border Color

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

This div border color is #afdc54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,220,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afdc54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afdc54;
  -webkit-box-shadow: 1px 1px 3px 2px #afdc54;
  box-shadow:         1px 1px 3px 2px #afdc54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,220,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc54


Comments

No comments written yet.

Please login to write comment.