Color Hex Logo

#bacd06 Color Hex

#BACD06
(186,205,6)
0 Favorites   0 Comments

Color spaces of #bacd06

RGB 1862056
HSL0.180.940.41
HSV66°97°80°
CMYK 0.090.000.97   0.20
XYZ42.113954.11498.3979
Yxy54.11490.40250.5172
Hunter Lab73.5628-26.545744.7255
CIE-Lab78.5287-26.269277.8470

#bacd06 color RGB value is (186,205,6).

#bacd06 hex color red value is 186, green value is 205 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bacd06 hue: 0.18 , saturation: 0.94 and the lightness value of bacd06 is 0.41.

The process color (four color CMYK) of #bacd06 color hex is 0.09, 0.00, 0.97, 0.20. Web safe color of #bacd06 is #cccc00. Color #bacd06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001101 00000110
Octal 272 315 6
Decimal 186 205 6
Hex BA CD 6

RGB Percentages of Color #bacd06

%46.85
%51.64
%1.51

CMYK Percentages of Color #bacd06

%9
%0
%97
%20

Triadic Colors of #bacd06

#bacd06 #06bacd #cd06ba

Analogous Colors of #bacd06

#bacd06 #56cd06 #cd7d06

Monochromatic Colors of #bacd06

#bacd06

Complementary Color

#bacd06 #1906cd

#bacd06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacd06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacd06 Color CSS Codes

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

#bacd06 Text Font Color

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

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


#bacd06 Background Color

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

This div background color is #bacd06


#bacd06 Border Color

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

This div border color is #bacd06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacd06


Comments

No comments written yet.

Please login to write comment.