Color Hex Logo

#adcf35 Color Hex

#ADCF35
(173,207,53)
0 Favorites   0 Comments

Color spaces of #adcf35

RGB 17320753
HSL0.200.620.51
HSV73°74°81°
CMYK 0.160.000.74   0.19
XYZ40.189053.766911.6280
Yxy53.76690.38060.5092
Hunter Lab73.3259-30.486841.9260
CIE-Lab78.3256-31.292367.7423

#adcf35 color RGB value is (173,207,53).

#adcf35 hex color red value is 173, green value is 207 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #adcf35 hue: 0.20 , saturation: 0.62 and the lightness value of adcf35 is 0.51.

The process color (four color CMYK) of #adcf35 color hex is 0.16, 0.00, 0.74, 0.19. Web safe color of #adcf35 is #99cc33. Color #adcf35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 00110101
Octal 255 317 65
Decimal 173 207 53
Hex AD CF 35

RGB Percentages of Color #adcf35

%39.95
%47.81
%12.24

CMYK Percentages of Color #adcf35

%16
%0
%74
%19

Triadic Colors of #adcf35

#adcf35 #35adcf #cf35ad

Analogous Colors of #adcf35

#adcf35 #60cf35 #cfa435

Monochromatic Colors of #adcf35

#adcf35

Complementary Color

#adcf35 #5735cf

#adcf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcf35 Color CSS Codes

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

#adcf35 Text Font Color

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

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


#adcf35 Background Color

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

This div background color is #adcf35


#adcf35 Border Color

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

This div border color is #adcf35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,207,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcf35


Comments

No comments written yet.

Please login to write comment.