Color Hex Logo

#bad17d Color Hex

#BAD17D
(186,209,125)
0 Favorites   0 Comments

Color spaces of #bad17d

RGB 186209125
HSL0.210.480.65
HSV76°40°82°
CMYK 0.110.000.40   0.18
XYZ46.751857.520728.0406
Yxy57.52070.35330.4347
Hunter Lab75.8424-22.690831.1689
CIE-Lab80.4716-21.135339.0858

#bad17d color RGB value is (186,209,125).

#bad17d hex color red value is 186, green value is 209 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bad17d hue: 0.21 , saturation: 0.48 and the lightness value of bad17d is 0.65.

The process color (four color CMYK) of #bad17d color hex is 0.11, 0.00, 0.40, 0.18. Web safe color of #bad17d is #cccc66. Color #bad17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01111101
Octal 272 321 175
Decimal 186 209 125
Hex BA D1 7D

RGB Percentages of Color #bad17d

%35.77
%40.19
%24.04

CMYK Percentages of Color #bad17d

%11
%0
%40
%18

Triadic Colors of #bad17d

#bad17d #7dbad1 #d17dba

Analogous Colors of #bad17d

#bad17d #90d17d #d1be7d

Monochromatic Colors of #bad17d

#bad17d

Complementary Color

#bad17d #947dd1

#bad17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad17d Color CSS Codes

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

#bad17d Text Font Color

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

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


#bad17d Background Color

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

This div background color is #bad17d


#bad17d Border Color

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

This div border color is #bad17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad17d


Comments

No comments written yet.

Please login to write comment.