Color Hex Logo

#badd38 Color Hex

#BADD38
(186,221,56)
0 Favorites   0 Comments

Color spaces of #badd38

RGB 18622156
HSL0.200.710.54
HSV73°75°87°
CMYK 0.160.000.75   0.13
XYZ46.820062.437513.3254
Yxy62.43750.38190.5093
Hunter Lab79.0174-32.514345.3136
CIE-Lab83.1455-32.469171.6434

#badd38 color RGB value is (186,221,56).

#badd38 hex color red value is 186, green value is 221 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #badd38 hue: 0.20 , saturation: 0.71 and the lightness value of badd38 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 00111000
Octal 272 335 70
Decimal 186 221 56
Hex BA DD 38

RGB Percentages of Color #badd38

%40.17
%47.73
%12.10

CMYK Percentages of Color #badd38

%16
%0
%75
%13

Triadic Colors of #badd38

#badd38 #38badd #dd38ba

Analogous Colors of #badd38

#badd38 #68dd38 #ddae38

Monochromatic Colors of #badd38

#badd38

Complementary Color

#badd38 #5b38dd

#badd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd38 Color CSS Codes

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

#badd38 Text Font Color

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

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


#badd38 Background Color

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

This div background color is #badd38


#badd38 Border Color

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

This div border color is #badd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd38


Comments

No comments written yet.

Please login to write comment.