Color Hex Logo

#afe67b Color Hex

#AFE67B
(175,230,123)
0 Favorites   0 Comments

Color spaces of #afe67b

RGB 175230123
HSL0.250.680.69
HSV91°47°90°
CMYK 0.240.000.47   0.10
XYZ49.551267.137629.0861
Yxy67.13760.33990.4606
Hunter Lab81.9375-35.444036.3096
CIE-Lab85.5734-35.400346.3198

#afe67b color RGB value is (175,230,123).

#afe67b hex color red value is 175, green value is 230 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afe67b hue: 0.25 , saturation: 0.68 and the lightness value of afe67b is 0.69.

The process color (four color CMYK) of #afe67b color hex is 0.24, 0.00, 0.47, 0.10. Web safe color of #afe67b is #99ff66. Color #afe67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 01111011
Octal 257 346 173
Decimal 175 230 123
Hex AF E6 7B

RGB Percentages of Color #afe67b

%33.14
%43.56
%23.30

CMYK Percentages of Color #afe67b

%24
%0
%47
%10

Triadic Colors of #afe67b

#afe67b #7bafe6 #e67baf

Analogous Colors of #afe67b

#afe67b #7be67d #e5e67b

Monochromatic Colors of #afe67b

#afe67b

Complementary Color

#afe67b #b27be6

#afe67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe67b Color CSS Codes

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

#afe67b Text Font Color

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

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


#afe67b Background Color

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

This div background color is #afe67b


#afe67b Border Color

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

This div border color is #afe67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe67b


Comments

No comments written yet.

Please login to write comment.