Color Hex Logo

#bade1c Color Hex

#BADE1C
(186,222,28)
0 Favorites   0 Comments

Color spaces of #bade1c

RGB 18622228
HSL0.200.780.49
HSV71°87°87°
CMYK 0.160.000.87   0.13
XYZ46.580662.765510.7585
Yxy62.76550.38780.5226
Hunter Lab79.2247-33.693147.4059
CIE-Lab83.3188-33.890378.7780

#bade1c color RGB value is (186,222,28).

#bade1c hex color red value is 186, green value is 222 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bade1c hue: 0.20 , saturation: 0.78 and the lightness value of bade1c is 0.49.

The process color (four color CMYK) of #bade1c color hex is 0.16, 0.00, 0.87, 0.13. Web safe color of #bade1c is #cccc33. Color #bade1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 00011100
Octal 272 336 34
Decimal 186 222 28
Hex BA DE 1C

RGB Percentages of Color #bade1c

%42.66
%50.92
%6.42

CMYK Percentages of Color #bade1c

%16
%0
%87
%13

Triadic Colors of #bade1c

#bade1c #1cbade #de1cba

Analogous Colors of #bade1c

#bade1c #59de1c #dea11c

Monochromatic Colors of #bade1c

#bade1c

Complementary Color

#bade1c #401cde

#bade1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade1c Color CSS Codes

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

#bade1c Text Font Color

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

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


#bade1c Background Color

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

This div background color is #bade1c


#bade1c Border Color

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

This div border color is #bade1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,222,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bade1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bade1c;
  -webkit-box-shadow: 1px 1px 3px 2px #bade1c;
  box-shadow:         1px 1px 3px 2px #bade1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,222,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade1c


Comments

No comments written yet.

Please login to write comment.