Color Hex Logo

#afed3b Color Hex

#AFED3B
(175,237,59)
1 Favorites   0 Comments

Color spaces of #afed3b

RGB 17523759
HSL0.220.830.58
HSV81°75°93°
CMYK 0.260.000.75   0.07
XYZ48.752869.998115.0791
Yxy69.99810.36430.5230
Hunter Lab83.6649-42.398847.8794
CIE-Lab86.9959-43.705074.1043

#afed3b color RGB value is (175,237,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00111011
Octal 257 355 73
Decimal 175 237 59
Hex AF ED 3B

RGB Percentages of Color #afed3b

%37.15
%50.32
%12.53

CMYK Percentages of Color #afed3b

%26
%0
%75
%7

Triadic Colors of #afed3b

#afed3b #3bafed #ed3baf

Analogous Colors of #afed3b

#afed3b #56ed3b #edd23b

Monochromatic Colors of #afed3b

#afed3b

Complementary Color

#afed3b #793bed

#afed3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed3b Color CSS Codes

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

#afed3b Text Font Color

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

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


#afed3b Background Color

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

This div background color is #afed3b


#afed3b Border Color

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

This div border color is #afed3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed3b


Comments

No comments written yet.

Please login to write comment.