Color Hex Logo

#bce610 Color Hex

#BCE610
(188,230,16)
0 Favorites   0 Comments

Color spaces of #bce610

RGB 18823016
HSL0.200.870.48
HSV72°93°90°
CMYK 0.180.000.93   0.10
XYZ49.129467.322410.8953
Yxy67.32240.38580.5287
Hunter Lab82.0502-36.707149.5621
CIE-Lab85.6665-36.946782.4354

#bce610 color RGB value is (188,230,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 00010000
Octal 274 346 20
Decimal 188 230 16
Hex BC E6 10

RGB Percentages of Color #bce610

%43.32
%53.00
%3.69

CMYK Percentages of Color #bce610

%18
%0
%93
%10

Triadic Colors of #bce610

#bce610 #10bce6 #e610bc

Analogous Colors of #bce610

#bce610 #51e610 #e6a510

Monochromatic Colors of #bce610

#bce610

Complementary Color

#bce610 #3a10e6

#bce610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce610 Color CSS Codes

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

#bce610 Text Font Color

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

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


#bce610 Background Color

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

This div background color is #bce610


#bce610 Border Color

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

This div border color is #bce610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce610


Comments

No comments written yet.

Please login to write comment.