Color Hex Logo

#bace08 Color Hex

#BACE08
(186,206,8)
0 Favorites   0 Comments

Color spaces of #bace08

RGB 1862068
HSL0.180.930.42
HSV66°96°81°
CMYK 0.100.000.96   0.19
XYZ42.364854.59928.5356
Yxy54.59920.40160.5175
Hunter Lab73.8913-26.968644.8750
CIE-Lab78.8098-26.725677.8690

#bace08 color RGB value is (186,206,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 00001000
Octal 272 316 10
Decimal 186 206 8
Hex BA CE 8

RGB Percentages of Color #bace08

%46.50
%51.50
%2.00

CMYK Percentages of Color #bace08

%10
%0
%96
%19

Triadic Colors of #bace08

#bace08 #08bace #ce08ba

Analogous Colors of #bace08

#bace08 #57ce08 #ce7f08

Monochromatic Colors of #bace08

#bace08

Complementary Color

#bace08 #1c08ce

#bace08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace08 Color CSS Codes

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

#bace08 Text Font Color

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

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


#bace08 Background Color

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

This div background color is #bace08


#bace08 Border Color

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

This div border color is #bace08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace08


Comments

No comments written yet.

Please login to write comment.