Color Hex Logo

#bade58 Color Hex

#BADE58
(186,222,88)
0 Favorites   0 Comments

Color spaces of #bade58

RGB 18622288
HSL0.210.670.61
HSV76°60°87°
CMYK 0.160.000.60   0.13
XYZ48.132463.386218.9304
Yxy63.38620.36900.4859
Hunter Lab79.6155-31.412941.6333
CIE-Lab83.6452-30.967060.1766

#bade58 color RGB value is (186,222,88).

#bade58 hex color red value is 186, green value is 222 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bade58 hue: 0.21 , saturation: 0.67 and the lightness value of bade58 is 0.61.

The process color (four color CMYK) of #bade58 color hex is 0.16, 0.00, 0.60, 0.13. Web safe color of #bade58 is #cccc66. Color #bade58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 01011000
Octal 272 336 130
Decimal 186 222 88
Hex BA DE 58

RGB Percentages of Color #bade58

%37.50
%44.76
%17.74

CMYK Percentages of Color #bade58

%16
%0
%60
%13

Triadic Colors of #bade58

#bade58 #58bade #de58ba

Analogous Colors of #bade58

#bade58 #77de58 #debf58

Monochromatic Colors of #bade58

#bade58

Complementary Color

#bade58 #7c58de

#bade58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade58 Color CSS Codes

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

#bade58 Text Font Color

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

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


#bade58 Background Color

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

This div background color is #bade58


#bade58 Border Color

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

This div border color is #bade58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade58


Comments

No comments written yet.

Please login to write comment.