Color Hex Logo

#afd001 Color Hex

#AFD001
(175,208,1)
0 Favorites   0 Comments

Color spaces of #afd001

RGB 1752081
HSL0.190.990.41
HSV70°100°82°
CMYK 0.160.001.00   0.18
XYZ40.240554.22798.3748
Yxy54.22790.39130.5273
Hunter Lab73.6396-31.327644.8049
CIE-Lab78.5944-32.290878.0385

#afd001 color RGB value is (175,208,1).

#afd001 hex color red value is 175, green value is 208 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #afd001 hue: 0.19 , saturation: 0.99 and the lightness value of afd001 is 0.41.

The process color (four color CMYK) of #afd001 color hex is 0.16, 0.00, 1.00, 0.18. Web safe color of #afd001 is #99cc00. Color #afd001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00000001
Octal 257 320 1
Decimal 175 208 1
Hex AF D0 1

RGB Percentages of Color #afd001

%45.57
%54.17
%0.26

CMYK Percentages of Color #afd001

%16
%0
%100
%18

Triadic Colors of #afd001

#afd001 #01afd0 #d001af

Analogous Colors of #afd001

#afd001 #47d001 #d08a01

Monochromatic Colors of #afd001

#afd001

Complementary Color

#afd001 #2201d0

#afd001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd001 Color CSS Codes

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

#afd001 Text Font Color

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

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


#afd001 Background Color

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

This div background color is #afd001


#afd001 Border Color

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

This div border color is #afd001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd001

#afd001 Color Palettes


Comments

No comments written yet.

Please login to write comment.