Color Hex Logo

#afeb56 Color Hex

#AFEB56
(175,235,86)
0 Favorites   0 Comments

Color spaces of #afeb56

RGB 17523586
HSL0.230.790.63
HSV84°63°92°
CMYK 0.260.000.63   0.08
XYZ49.067269.202519.5754
Yxy69.20250.35600.5020
Hunter Lab83.1880-40.293644.2798
CIE-Lab86.6042-41.158164.0247

#afeb56 color RGB value is (175,235,86).

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

The process color (four color CMYK) of #afeb56 color hex is 0.26, 0.00, 0.63, 0.08. Web safe color of #afeb56 is #99ff66. Color #afeb56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 01010110
Octal 257 353 126
Decimal 175 235 86
Hex AF EB 56

RGB Percentages of Color #afeb56

%35.28
%47.38
%17.34

CMYK Percentages of Color #afeb56

%26
%0
%63
%8

Triadic Colors of #afeb56

#afeb56 #56afeb #eb56af

Analogous Colors of #afeb56

#afeb56 #65eb56 #ebdd56

Monochromatic Colors of #afeb56

#afeb56

Complementary Color

#afeb56 #9256eb

#afeb56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeb56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeb56 Color CSS Codes

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

#afeb56 Text Font Color

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

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


#afeb56 Background Color

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

This div background color is #afeb56


#afeb56 Border Color

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

This div border color is #afeb56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeb56


Comments

No comments written yet.

Please login to write comment.