Color Hex Logo

#adce50 Color Hex

#ADCE50
(173,206,80)
0 Favorites   0 Comments

Color spaces of #adce50

RGB 17320680
HSL0.210.560.56
HSV76°61°81°
CMYK 0.160.000.61   0.19
XYZ40.752953.606015.7885
Yxy53.60600.37000.4867
Hunter Lab73.2161-28.773138.4658
CIE-Lab78.2314-29.139357.3952

#adce50 color RGB value is (173,206,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 01010000
Octal 255 316 120
Decimal 173 206 80
Hex AD CE 50

RGB Percentages of Color #adce50

%37.69
%44.88
%17.43

CMYK Percentages of Color #adce50

%16
%0
%61
%19

Triadic Colors of #adce50

#adce50 #50adce #ce50ad

Analogous Colors of #adce50

#adce50 #6ece50 #ceb050

Monochromatic Colors of #adce50

#adce50

Complementary Color

#adce50 #7150ce

#adce50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adce50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adce50 Color CSS Codes

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

#adce50 Text Font Color

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

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


#adce50 Background Color

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

This div background color is #adce50


#adce50 Border Color

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

This div border color is #adce50


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,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 #adce50">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adce50


Comments

No comments written yet.

Please login to write comment.