Color Hex Logo

#afd074 Color Hex

#AFD074
(175,208,116)
0 Favorites   0 Comments

Color spaces of #afd074

RGB 175208116
HSL0.230.490.64
HSV82°44°82°
CMYK 0.160.000.44   0.18
XYZ43.387555.486724.9462
Yxy55.48670.35040.4481
Hunter Lab74.4894-26.386432.2866
CIE-Lab79.3208-25.879041.9659

#afd074 color RGB value is (175,208,116).

#afd074 hex color red value is 175, green value is 208 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #afd074 hue: 0.23 , saturation: 0.49 and the lightness value of afd074 is 0.64.

The process color (four color CMYK) of #afd074 color hex is 0.16, 0.00, 0.44, 0.18. Web safe color of #afd074 is #99cc66. Color #afd074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01110100
Octal 257 320 164
Decimal 175 208 116
Hex AF D0 74

RGB Percentages of Color #afd074

%35.07
%41.68
%23.25

CMYK Percentages of Color #afd074

%16
%0
%44
%18

Triadic Colors of #afd074

#afd074 #74afd0 #d074af

Analogous Colors of #afd074

#afd074 #81d074 #d0c374

Monochromatic Colors of #afd074

#afd074

Complementary Color

#afd074 #9574d0

#afd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd074 Color CSS Codes

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

#afd074 Text Font Color

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

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


#afd074 Background Color

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

This div background color is #afd074


#afd074 Border Color

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

This div border color is #afd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd074


Comments

No comments written yet.

Please login to write comment.