Color Hex Logo

#afed6b Color Hex

#AFED6B
(175,237,107)
0 Favorites   0 Comments

Color spaces of #afed6b

RGB 175237107
HSL0.250.780.67
HSV89°55°93°
CMYK 0.260.000.55   0.07
XYZ50.617270.743924.8970
Yxy70.74390.34610.4837
Hunter Lab84.1094-39.769841.3263
CIE-Lab87.3604-40.237855.9079

#afed6b color RGB value is (175,237,107).

#afed6b hex color red value is 175, green value is 237 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afed6b hue: 0.25 , saturation: 0.78 and the lightness value of afed6b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 01101011
Octal 257 355 153
Decimal 175 237 107
Hex AF ED 6B

RGB Percentages of Color #afed6b

%33.72
%45.66
%20.62

CMYK Percentages of Color #afed6b

%26
%0
%55
%7

Triadic Colors of #afed6b

#afed6b #6bafed #ed6baf

Analogous Colors of #afed6b

#afed6b #6eed6b #edea6b

Monochromatic Colors of #afed6b

#afed6b

Complementary Color

#afed6b #a96bed

#afed6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed6b Color CSS Codes

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

#afed6b Text Font Color

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

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


#afed6b Background Color

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

This div background color is #afed6b


#afed6b Border Color

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

This div border color is #afed6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed6b


Comments

No comments written yet.

Please login to write comment.