Color Hex Logo

#afe603 Color Hex

#AFE603
(175,230,3)
0 Favorites   0 Comments

Color spaces of #afe603

RGB 1752303
HSL0.210.970.46
HSV75°99°90°
CMYK 0.240.000.99   0.10
XYZ45.992465.714210.3462
Yxy65.71420.37680.5384
Hunter Lab81.0643-40.589349.1779
CIE-Lab84.8504-42.158382.6152

#afe603 color RGB value is (175,230,3).

#afe603 hex color red value is 175, green value is 230 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #afe603 hue: 0.21 , saturation: 0.97 and the lightness value of afe603 is 0.46.

The process color (four color CMYK) of #afe603 color hex is 0.24, 0.00, 0.99, 0.10. Web safe color of #afe603 is #99ff00. Color #afe603 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 00000011
Octal 257 346 3
Decimal 175 230 3
Hex AF E6 3

RGB Percentages of Color #afe603

%42.89
%56.37
%0.74

CMYK Percentages of Color #afe603

%24
%0
%99
%10

Triadic Colors of #afe603

#afe603 #03afe6 #e603af

Analogous Colors of #afe603

#afe603 #3ee603 #e6ac03

Monochromatic Colors of #afe603

#afe603

Complementary Color

#afe603 #3a03e6

#afe603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe603 Color CSS Codes

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

#afe603 Text Font Color

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

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


#afe603 Background Color

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

This div background color is #afe603


#afe603 Border Color

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

This div border color is #afe603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe603


Comments

No comments written yet.

Please login to write comment.