Color Hex Logo

#afcf01 Color Hex

#AFCF01
(175,207,1)
0 Favorites   0 Comments

Color spaces of #afcf01

RGB 1752071
HSL0.190.990.41
HSV69°100°81°
CMYK 0.150.001.00   0.19
XYZ39.997553.74188.2938
Yxy53.74180.39200.5267
Hunter Lab73.3088-30.900344.6084
CIE-Lab78.3109-31.826177.8249

#afcf01 color RGB value is (175,207,1).

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

The process color (four color CMYK) of #afcf01 color hex is 0.15, 0.00, 1.00, 0.19. Web safe color of #afcf01 is #99cc00. Color #afcf01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 00000001
Octal 257 317 1
Decimal 175 207 1
Hex AF CF 1

RGB Percentages of Color #afcf01

%45.69
%54.05
%0.26

CMYK Percentages of Color #afcf01

%15
%0
%100
%19

Triadic Colors of #afcf01

#afcf01 #01afcf #cf01af

Analogous Colors of #afcf01

#afcf01 #48cf01 #cf8801

Monochromatic Colors of #afcf01

#afcf01

Complementary Color

#afcf01 #2101cf

#afcf01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf01 Color CSS Codes

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

#afcf01 Text Font Color

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

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


#afcf01 Background Color

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

This div background color is #afcf01


#afcf01 Border Color

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

This div border color is #afcf01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf01


Comments

No comments written yet.

Please login to write comment.