Color Hex Logo

#bad075 Color Hex

#BAD075
(186,208,117)
0 Favorites   0 Comments

Color spaces of #bad075

RGB 186208117
HSL0.210.490.64
HSV75°44°82°
CMYK 0.110.000.44   0.18
XYZ46.016556.835225.3746
Yxy56.83520.35890.4432
Hunter Lab75.3891-22.977032.8165
CIE-Lab80.0868-21.557042.5901

#bad075 color RGB value is (186,208,117).

#bad075 hex color red value is 186, green value is 208 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bad075 hue: 0.21 , saturation: 0.49 and the lightness value of bad075 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01110101
Octal 272 320 165
Decimal 186 208 117
Hex BA D0 75

RGB Percentages of Color #bad075

%36.40
%40.70
%22.90

CMYK Percentages of Color #bad075

%11
%0
%44
%18

Triadic Colors of #bad075

#bad075 #75bad0 #d075ba

Analogous Colors of #bad075

#bad075 #8dd075 #d0b975

Monochromatic Colors of #bad075

#bad075

Complementary Color

#bad075 #8b75d0

#bad075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad075 Color CSS Codes

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

#bad075 Text Font Color

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

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


#bad075 Background Color

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

This div background color is #bad075


#bad075 Border Color

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

This div border color is #bad075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,208,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 #bad075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad075


Comments

No comments written yet.

Please login to write comment.