Color Hex Logo

#afe123 Color Hex

#AFE123
(175,225,35)
0 Favorites   0 Comments

Color spaces of #afe123

RGB 17522535
HSL0.210.760.51
HSV76°84°88°
CMYK 0.220.000.84   0.12
XYZ44.907863.085711.4000
Yxy63.08570.37610.5284
Hunter Lab79.4265-38.072447.0887
CIE-Lab83.4874-39.393777.2663

#afe123 color RGB value is (175,225,35).

#afe123 hex color red value is 175, green value is 225 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #afe123 hue: 0.21 , saturation: 0.76 and the lightness value of afe123 is 0.51.

The process color (four color CMYK) of #afe123 color hex is 0.22, 0.00, 0.84, 0.12. Web safe color of #afe123 is #99cc33. Color #afe123 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00100011
Octal 257 341 43
Decimal 175 225 35
Hex AF E1 23

RGB Percentages of Color #afe123

%40.23
%51.72
%8.05

CMYK Percentages of Color #afe123

%22
%0
%84
%12

Triadic Colors of #afe123

#afe123 #23afe1 #e123af

Analogous Colors of #afe123

#afe123 #50e123 #e1b423

Monochromatic Colors of #afe123

#afe123

Complementary Color

#afe123 #5523e1

#afe123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe123 Color CSS Codes

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

#afe123 Text Font Color

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

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


#afe123 Background Color

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

This div background color is #afe123


#afe123 Border Color

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

This div border color is #afe123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe123


Comments

No comments written yet.

Please login to write comment.