Color Hex Logo

#afd754 Color Hex

#AFD754
(175,215,84)
0 Favorites   0 Comments

Color spaces of #afd754

RGB 17521584
HSL0.220.620.59
HSV78°61°84°
CMYK 0.190.000.61   0.16
XYZ43.579958.354917.3542
Yxy58.35490.36530.4892
Hunter Lab76.3904-31.850840.0039
CIE-Lab80.9357-32.271758.6934

#afd754 color RGB value is (175,215,84).

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

The process color (four color CMYK) of #afd754 color hex is 0.19, 0.00, 0.61, 0.16. Web safe color of #afd754 is #99cc66. Color #afd754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 01010100
Octal 257 327 124
Decimal 175 215 84
Hex AF D7 54

RGB Percentages of Color #afd754

%36.92
%45.36
%17.72

CMYK Percentages of Color #afd754

%19
%0
%61
%16

Triadic Colors of #afd754

#afd754 #54afd7 #d754af

Analogous Colors of #afd754

#afd754 #6ed754 #d7be54

Monochromatic Colors of #afd754

#afd754

Complementary Color

#afd754 #7c54d7

#afd754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd754 Color CSS Codes

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

#afd754 Text Font Color

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

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


#afd754 Background Color

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

This div background color is #afd754


#afd754 Border Color

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

This div border color is #afd754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd754


Comments

No comments written yet.

Please login to write comment.