Color Hex Logo

#bce64a Color Hex

#BCE64A
(188,230,74)
0 Favorites   0 Comments

Color spaces of #bce64a

RGB 18823074
HSL0.210.760.60
HSV76°68°90°
CMYK 0.180.000.68   0.10
XYZ50.271967.779416.9117
Yxy67.77940.37250.5022
Hunter Lab82.3282-35.077445.4505
CIE-Lab85.8960-34.849468.1752

#bce64a color RGB value is (188,230,74).

#bce64a hex color red value is 188, green value is 230 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bce64a hue: 0.21 , saturation: 0.76 and the lightness value of bce64a is 0.60.

The process color (four color CMYK) of #bce64a color hex is 0.18, 0.00, 0.68, 0.10. Web safe color of #bce64a is #ccff33. Color #bce64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 01001010
Octal 274 346 112
Decimal 188 230 74
Hex BC E6 4A

RGB Percentages of Color #bce64a

%38.21
%46.75
%15.04

CMYK Percentages of Color #bce64a

%18
%0
%68
%10

Triadic Colors of #bce64a

#bce64a #4abce6 #e64abc

Analogous Colors of #bce64a

#bce64a #6ee64a #e6c24a

Monochromatic Colors of #bce64a

#bce64a

Complementary Color

#bce64a #744ae6

#bce64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce64a Color CSS Codes

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

#bce64a Text Font Color

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

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


#bce64a Background Color

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

This div background color is #bce64a


#bce64a Border Color

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

This div border color is #bce64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce64a


Comments

No comments written yet.

Please login to write comment.