Color Hex Logo

#afdc68 Color Hex

#AFDC68
(175,220,104)
0 Favorites   0 Comments

Color spaces of #afdc68

RGB 175220104
HSL0.230.620.64
HSV83°53°86°
CMYK 0.200.000.53   0.14
XYZ45.771161.299822.5164
Yxy61.29980.35320.4730
Hunter Lab78.2942-32.663037.7549
CIE-Lab82.5396-32.828751.6255

#afdc68 color RGB value is (175,220,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01101000
Octal 257 334 150
Decimal 175 220 104
Hex AF DC 68

RGB Percentages of Color #afdc68

%35.07
%44.09
%20.84

CMYK Percentages of Color #afdc68

%20
%0
%53
%14

Triadic Colors of #afdc68

#afdc68 #68afdc #dc68af

Analogous Colors of #afdc68

#afdc68 #75dc68 #dccf68

Monochromatic Colors of #afdc68

#afdc68

Complementary Color

#afdc68 #9568dc

#afdc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc68 Color CSS Codes

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

#afdc68 Text Font Color

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

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


#afdc68 Background Color

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

This div background color is #afdc68


#afdc68 Border Color

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

This div border color is #afdc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc68


Comments

No comments written yet.

Please login to write comment.