color codes Logo

#adc27b color codes

#ADC27B
(173,194,123)
0 Favorites   0 Comments

Color spaces of #adc27b

RGB 173194123
HSL0.220.370.62
HSV78°37°76°
CMYK 0.110.000.37   0.24
XYZ40.100548.897926.0636
Yxy48.89790.34850.4250
Hunter Lab69.9270-20.009326.8500
CIE-Lab75.3878-18.904833.3842

#adc27b color RGB value is (173,194,123).

#adc27b hex color red value is 173, green value is 194 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #adc27b hue: 0.22 , saturation: 0.37 and the lightness value of adc27b is 0.62.

The process color (four color CMYK) of #adc27b color code is 0.11, 0.00, 0.37, 0.24. Web safe color of #adc27b is #99cc66. Color #adc27b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 01111011
Octal 255 302 173
Decimal 173 194 123
Hex AD C2 7B

RGB Percentages of Color #adc27b

%35.31
%39.59
%25.10

CMYK Percentages of Color #adc27b

%11
%0
%37
%24

Triadic Colors of #adc27b

#adc27b #7badc2 #c27bad

Analogous Colors of #adc27b

#adc27b #8ac27b #c2b47b

Monochromatic Colors of #adc27b

#adc27b

Complementary Color

#adc27b #907bc2

#adc27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc27b Color CSS Codes

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

#adc27b Text Font Color

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

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


#adc27b Background Color

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

This div background color is #adc27b


#adc27b Border Color

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

This div border color is #adc27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc27b


Comments

No comments written yet.

Please login to write comment.