Color Hex Logo

#bce607 Color Hex

#BCE607
(188,230,7)
0 Favorites   0 Comments

Color spaces of #bce607

RGB 1882307
HSL0.200.940.46
HSV71°97°90°
CMYK 0.180.000.97   0.10
XYZ49.074267.300310.6048
Yxy67.30030.38650.5300
Hunter Lab82.0368-36.786049.7614
CIE-Lab85.6554-37.049183.2489

#bce607 color RGB value is (188,230,7).

#bce607 hex color red value is 188, green value is 230 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bce607 hue: 0.20 , saturation: 0.94 and the lightness value of bce607 is 0.46.

The process color (four color CMYK) of #bce607 color hex is 0.18, 0.00, 0.97, 0.10. Web safe color of #bce607 is #ccff00. Color #bce607 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 00000111
Octal 274 346 7
Decimal 188 230 7
Hex BC E6 7

RGB Percentages of Color #bce607

%44.24
%54.12
%1.65

CMYK Percentages of Color #bce607

%18
%0
%97
%10

Triadic Colors of #bce607

#bce607 #07bce6 #e607bc

Analogous Colors of #bce607

#bce607 #4de607 #e6a107

Monochromatic Colors of #bce607

#bce607

Complementary Color

#bce607 #3107e6

#bce607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce607 Color CSS Codes

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

#bce607 Text Font Color

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

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


#bce607 Background Color

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

This div background color is #bce607


#bce607 Border Color

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

This div border color is #bce607


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,230,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce607


Comments

No comments written yet.

Please login to write comment.