Color Hex Logo

#afed23 Color Hex

#AFED23
(175,237,35)
0 Favorites   0 Comments

Color spaces of #afed23

RGB 17523735
HSL0.220.850.53
HSV78°85°93°
CMYK 0.260.000.85   0.07
XYZ48.266869.803712.5196
Yxy69.80370.36960.5345
Hunter Lab83.5486-43.089049.5995
CIE-Lab86.9005-44.628180.1608

#afed23 color RGB value is (175,237,35).

#afed23 hex color red value is 175, green value is 237 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #afed23 hue: 0.22 , saturation: 0.85 and the lightness value of afed23 is 0.53.

The process color (four color CMYK) of #afed23 color hex is 0.26, 0.00, 0.85, 0.07. Web safe color of #afed23 is #99ff33. Color #afed23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00100011
Octal 257 355 43
Decimal 175 237 35
Hex AF ED 23

RGB Percentages of Color #afed23

%39.15
%53.02
%7.83

CMYK Percentages of Color #afed23

%26
%0
%85
%7

Triadic Colors of #afed23

#afed23 #23afed #ed23af

Analogous Colors of #afed23

#afed23 #4aed23 #edc623

Monochromatic Colors of #afed23

#afed23

Complementary Color

#afed23 #6123ed

#afed23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed23 Color CSS Codes

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

#afed23 Text Font Color

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

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


#afed23 Background Color

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

This div background color is #afed23


#afed23 Border Color

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

This div border color is #afed23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed23


Comments

No comments written yet.

Please login to write comment.