Color Hex Logo

#afe700 Color Hex

#AFE700
(175,231,0)
0 Favorites   0 Comments

Color spaces of #afe700

RGB 1752310
HSL0.211.000.45
HSV75°100°91°
CMYK 0.240.001.00   0.09
XYZ46.255166.265810.3527
Yxy66.26580.37640.5393
Hunter Lab81.4038-41.029849.4423
CIE-Lab85.1318-42.625383.0812

#afe700 color RGB value is (175,231,0).

#afe700 hex color red value is 175, green value is 231 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #afe700 hue: 0.21 , saturation: 1.00 and the lightness value of afe700 is 0.45.

The process color (four color CMYK) of #afe700 color hex is 0.24, 0.00, 1.00, 0.09. Web safe color of #afe700 is #99ff00. Color #afe700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 00000000
Octal 257 347 0
Decimal 175 231 0
Hex AF E7 0

RGB Percentages of Color #afe700

%43.10
%56.90
%0.00

CMYK Percentages of Color #afe700

%24
%0
%100
%9

Triadic Colors of #afe700

#afe700 #00afe7 #e700af

Analogous Colors of #afe700

#afe700 #3ce700 #e7ac00

Monochromatic Colors of #afe700

#afe700

Complementary Color

#afe700 #3800e7

#afe700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe700 Color CSS Codes

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

#afe700 Text Font Color

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

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


#afe700 Background Color

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

This div background color is #afe700


#afe700 Border Color

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

This div border color is #afe700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe700


Comments

No comments written yet.

Please login to write comment.