Color Hex Logo

#afd378 Color Hex

#AFD378
(175,211,120)
0 Favorites   0 Comments

Color spaces of #afd378

RGB 175211120
HSL0.230.510.65
HSV84°43°83°
CMYK 0.170.000.43   0.17
XYZ44.363657.058626.4445
Yxy57.05860.34700.4462
Hunter Lab75.5371-27.355432.1194
CIE-Lab80.2125-26.857241.1008

#afd378 color RGB value is (175,211,120).

#afd378 hex color red value is 175, green value is 211 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afd378 hue: 0.23 , saturation: 0.51 and the lightness value of afd378 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01111000
Octal 257 323 170
Decimal 175 211 120
Hex AF D3 78

RGB Percentages of Color #afd378

%34.58
%41.70
%23.72

CMYK Percentages of Color #afd378

%17
%0
%43
%17

Triadic Colors of #afd378

#afd378 #78afd3 #d378af

Analogous Colors of #afd378

#afd378 #82d378 #d3ca78

Monochromatic Colors of #afd378

#afd378

Complementary Color

#afd378 #9c78d3

#afd378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd378 Color CSS Codes

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

#afd378 Text Font Color

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

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


#afd378 Background Color

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

This div background color is #afd378


#afd378 Border Color

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

This div border color is #afd378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd378


Comments

No comments written yet.

Please login to write comment.