Color Hex Logo

#afed53 Color Hex

#AFED53
(175,237,83)
0 Favorites   0 Comments

Color spaces of #afed53

RGB 17523783
HSL0.230.810.63
HSV84°65°93°
CMYK 0.260.000.65   0.07
XYZ49.524770.306919.1440
Yxy70.30690.35640.5059
Hunter Lab83.8492-41.306945.1577
CIE-Lab87.1472-42.255665.7962

#afed53 color RGB value is (175,237,83).

#afed53 hex color red value is 175, green value is 237 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #afed53 hue: 0.23 , saturation: 0.81 and the lightness value of afed53 is 0.63.

The process color (four color CMYK) of #afed53 color hex is 0.26, 0.00, 0.65, 0.07. Web safe color of #afed53 is #99ff66. Color #afed53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 01010011
Octal 257 355 123
Decimal 175 237 83
Hex AF ED 53

RGB Percentages of Color #afed53

%35.35
%47.88
%16.77

CMYK Percentages of Color #afed53

%26
%0
%65
%7

Triadic Colors of #afed53

#afed53 #53afed #ed53af

Analogous Colors of #afed53

#afed53 #62ed53 #edde53

Monochromatic Colors of #afed53

#afed53

Complementary Color

#afed53 #9153ed

#afed53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed53 Color CSS Codes

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

#afed53 Text Font Color

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

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


#afed53 Background Color

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

This div background color is #afed53


#afed53 Border Color

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

This div border color is #afed53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed53


Comments

No comments written yet.

Please login to write comment.