Color Hex Logo

#badb75 Color Hex

#BADB75
(186,219,117)
0 Favorites   0 Comments

Color spaces of #badb75

RGB 186219117
HSL0.220.590.66
HSV79°47°86°
CMYK 0.150.000.47   0.14
XYZ48.792162.386526.2998
Yxy62.38650.35490.4538
Hunter Lab78.9851-27.957835.5477
CIE-Lab83.1185-26.884646.3391

#badb75 color RGB value is (186,219,117).

#badb75 hex color red value is 186, green value is 219 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #badb75 hue: 0.22 , saturation: 0.59 and the lightness value of badb75 is 0.66.

The process color (four color CMYK) of #badb75 color hex is 0.15, 0.00, 0.47, 0.14. Web safe color of #badb75 is #cccc66. Color #badb75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 01110101
Octal 272 333 165
Decimal 186 219 117
Hex BA DB 75

RGB Percentages of Color #badb75

%35.63
%41.95
%22.41

CMYK Percentages of Color #badb75

%15
%0
%47
%14

Triadic Colors of #badb75

#badb75 #75badb #db75ba

Analogous Colors of #badb75

#badb75 #87db75 #dbc975

Monochromatic Colors of #badb75

#badb75

Complementary Color

#badb75 #9675db

#badb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb75 Color CSS Codes

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

#badb75 Text Font Color

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

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


#badb75 Background Color

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

This div background color is #badb75


#badb75 Border Color

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

This div border color is #badb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb75


Comments

No comments written yet.

Please login to write comment.