Color Hex Logo

#bce00a Color Hex

#BCE00A
(188,224,10)
0 Favorites   0 Comments

Color spaces of #bce00a

RGB 18822410
HSL0.190.910.46
HSV70°96°88°
CMYK 0.160.000.96   0.12
XYZ47.449564.024610.1443
Yxy64.02460.39020.5264
Hunter Lab80.0154-34.175548.4940
CIE-Lab83.9786-34.298081.7096

#bce00a color RGB value is (188,224,10).

#bce00a hex color red value is 188, green value is 224 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bce00a hue: 0.19 , saturation: 0.91 and the lightness value of bce00a is 0.46.

The process color (four color CMYK) of #bce00a color hex is 0.16, 0.00, 0.96, 0.12. Web safe color of #bce00a is #cccc00. Color #bce00a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 00001010
Octal 274 340 12
Decimal 188 224 10
Hex BC E0 A

RGB Percentages of Color #bce00a

%44.55
%53.08
%2.37

CMYK Percentages of Color #bce00a

%16
%0
%96
%12

Triadic Colors of #bce00a

#bce00a #0abce0 #e00abc

Analogous Colors of #bce00a

#bce00a #51e00a #e0990a

Monochromatic Colors of #bce00a

#bce00a

Complementary Color

#bce00a #2e0ae0

#bce00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce00a Color CSS Codes

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

#bce00a Text Font Color

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

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


#bce00a Background Color

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

This div background color is #bce00a


#bce00a Border Color

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

This div border color is #bce00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce00a


Comments

No comments written yet.

Please login to write comment.