Color Hex Logo

#bace06 Color Hex

#BACE06
(186,206,6)
0 Favorites   0 Comments

Color spaces of #bace06

RGB 1862066
HSL0.180.940.42
HSV66°97°81°
CMYK 0.100.000.97   0.19
XYZ42.353954.59498.4779
Yxy54.59490.40170.5178
Hunter Lab73.8884-26.985844.9190
CIE-Lab78.8074-26.747778.0580

#bace06 color RGB value is (186,206,6).

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

The process color (four color CMYK) of #bace06 color hex is 0.10, 0.00, 0.97, 0.19. Web safe color of #bace06 is #cccc00. Color #bace06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 00000110
Octal 272 316 6
Decimal 186 206 6
Hex BA CE 6

RGB Percentages of Color #bace06

%46.73
%51.76
%1.51

CMYK Percentages of Color #bace06

%10
%0
%97
%19

Triadic Colors of #bace06

#bace06 #06bace #ce06ba

Analogous Colors of #bace06

#bace06 #56ce06 #ce7e06

Monochromatic Colors of #bace06

#bace06

Complementary Color

#bace06 #1a06ce

#bace06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace06 Color CSS Codes

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

#bace06 Text Font Color

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

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


#bace06 Background Color

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

This div background color is #bace06


#bace06 Border Color

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

This div border color is #bace06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace06


Comments

No comments written yet.

Please login to write comment.