Color Hex Logo

#bce906 Color Hex

#BCE906
(188,233,6)
0 Favorites   0 Comments

Color spaces of #bce906

RGB 1882336
HSL0.200.950.47
HSV72°97°91°
CMYK 0.190.000.97   0.09
XYZ49.910868.982310.8566
Yxy68.98230.38470.5317
Hunter Lab83.0556-38.080850.3888
CIE-Lab86.4953-38.402983.9744

#bce906 color RGB value is (188,233,6).

#bce906 hex color red value is 188, green value is 233 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bce906 hue: 0.20 , saturation: 0.95 and the lightness value of bce906 is 0.47.

The process color (four color CMYK) of #bce906 color hex is 0.19, 0.00, 0.97, 0.09. Web safe color of #bce906 is #ccff00. Color #bce906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 00000110
Octal 274 351 6
Decimal 188 233 6
Hex BC E9 6

RGB Percentages of Color #bce906

%44.03
%54.57
%1.41

CMYK Percentages of Color #bce906

%19
%0
%97
%9

Triadic Colors of #bce906

#bce906 #06bce9 #e906bc

Analogous Colors of #bce906

#bce906 #4ae906 #e9a506

Monochromatic Colors of #bce906

#bce906

Complementary Color

#bce906 #3306e9

#bce906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce906 Color CSS Codes

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

#bce906 Text Font Color

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

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


#bce906 Background Color

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

This div background color is #bce906


#bce906 Border Color

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

This div border color is #bce906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce906


Comments

No comments written yet.

Please login to write comment.