Color Hex Logo

#bad17b Color Hex

#BAD17B
(186,209,123)
0 Favorites   0 Comments

Color spaces of #bad17b

RGB 186209123
HSL0.210.480.65
HSV76°41°82°
CMYK 0.110.000.41   0.18
XYZ46.625357.470127.3743
Yxy57.47010.35460.4371
Hunter Lab75.8090-22.881931.6570
CIE-Lab80.4433-21.369640.0530

#bad17b color RGB value is (186,209,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01111011
Octal 272 321 173
Decimal 186 209 123
Hex BA D1 7B

RGB Percentages of Color #bad17b

%35.91
%40.35
%23.75

CMYK Percentages of Color #bad17b

%11
%0
%41
%18

Triadic Colors of #bad17b

#bad17b #7bbad1 #d17bba

Analogous Colors of #bad17b

#bad17b #8fd17b #d1bd7b

Monochromatic Colors of #bad17b

#bad17b

Complementary Color

#bad17b #927bd1

#bad17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad17b Color CSS Codes

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

#bad17b Text Font Color

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

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


#bad17b Background Color

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

This div background color is #bad17b


#bad17b Border Color

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

This div border color is #bad17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad17b


Comments

No comments written yet.

Please login to write comment.