Color Hex Logo

#badc68 Color Hex

#BADC68
(186,220,104)
0 Favorites   0 Comments

Color spaces of #badc68

RGB 186220104
HSL0.220.620.64
HSV78°53°86°
CMYK 0.150.000.53   0.14
XYZ48.341662.625022.6367
Yxy62.62500.36180.4687
Hunter Lab79.1360-29.448038.4354
CIE-Lab83.2447-28.664352.6308

#badc68 color RGB value is (186,220,104).

#badc68 hex color red value is 186, green value is 220 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #badc68 hue: 0.22 , saturation: 0.62 and the lightness value of badc68 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 01101000
Octal 272 334 150
Decimal 186 220 104
Hex BA DC 68

RGB Percentages of Color #badc68

%36.47
%43.14
%20.39

CMYK Percentages of Color #badc68

%15
%0
%53
%14

Triadic Colors of #badc68

#badc68 #68badc #dc68ba

Analogous Colors of #badc68

#badc68 #80dc68 #dcc468

Monochromatic Colors of #badc68

#badc68

Complementary Color

#badc68 #8a68dc

#badc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc68 Color CSS Codes

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

#badc68 Text Font Color

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

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


#badc68 Background Color

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

This div background color is #badc68


#badc68 Border Color

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

This div border color is #badc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc68


Comments

No comments written yet.

Please login to write comment.