Color Hex Logo

#afce50 Color Hex

#AFCE50
(175,206,80)
0 Favorites   0 Comments

Color spaces of #afce50

RGB 17520680
HSL0.210.560.56
HSV75°61°81°
CMYK 0.150.000.61   0.19
XYZ41.198553.835815.8094
Yxy53.83580.37170.4857
Hunter Lab73.3729-28.175738.5860
CIE-Lab78.3659-28.349657.5807

#afce50 color RGB value is (175,206,80).

#afce50 hex color red value is 175, green value is 206 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #afce50 hue: 0.21 , saturation: 0.56 and the lightness value of afce50 is 0.56.

The process color (four color CMYK) of #afce50 color hex is 0.15, 0.00, 0.61, 0.19. Web safe color of #afce50 is #99cc66. Color #afce50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 01010000
Octal 257 316 120
Decimal 175 206 80
Hex AF CE 50

RGB Percentages of Color #afce50

%37.96
%44.69
%17.35

CMYK Percentages of Color #afce50

%15
%0
%61
%19

Triadic Colors of #afce50

#afce50 #50afce #ce50af

Analogous Colors of #afce50

#afce50 #70ce50 #ceae50

Monochromatic Colors of #afce50

#afce50

Complementary Color

#afce50 #6f50ce

#afce50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce50 Color CSS Codes

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

#afce50 Text Font Color

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

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


#afce50 Background Color

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

This div background color is #afce50


#afce50 Border Color

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

This div border color is #afce50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce50


Comments

No comments written yet.

Please login to write comment.