Color Hex Logo

#afd734 Color Hex

#AFD734
(175,215,52)
0 Favorites   0 Comments

Color spaces of #afd734

RGB 17521552
HSL0.210.670.52
HSV75°76°84°
CMYK 0.190.000.76   0.16
XYZ42.599557.962812.1915
Yxy57.96280.37780.5141
Hunter Lab76.1333-33.355743.7990
CIE-Lab80.7181-34.246970.3586

#afd734 color RGB value is (175,215,52).

#afd734 hex color red value is 175, green value is 215 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #afd734 hue: 0.21 , saturation: 0.67 and the lightness value of afd734 is 0.52.

The process color (four color CMYK) of #afd734 color hex is 0.19, 0.00, 0.76, 0.16. Web safe color of #afd734 is #99cc33. Color #afd734 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00110100
Octal 257 327 64
Decimal 175 215 52
Hex AF D7 34

RGB Percentages of Color #afd734

%39.59
%48.64
%11.76

CMYK Percentages of Color #afd734

%19
%0
%76
%16

Triadic Colors of #afd734

#afd734 #34afd7 #d734af

Analogous Colors of #afd734

#afd734 #5dd734 #d7ae34

Monochromatic Colors of #afd734

#afd734

Complementary Color

#afd734 #5c34d7

#afd734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd734 Color CSS Codes

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

#afd734 Text Font Color

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

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


#afd734 Background Color

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

This div background color is #afd734


#afd734 Border Color

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

This div border color is #afd734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd734


Comments

No comments written yet.

Please login to write comment.