Color Hex Logo

#bce731 Color Hex

#BCE731
(188,231,49)
0 Favorites   0 Comments

Color spaces of #bce731

RGB 18823149
HSL0.210.790.55
HSV74°79°91°
CMYK 0.190.000.79   0.09
XYZ49.869368.064913.4152
Yxy68.06490.37970.5182
Hunter Lab82.5015-36.480448.1101
CIE-Lab86.0389-36.547576.4094

#bce731 color RGB value is (188,231,49).

#bce731 hex color red value is 188, green value is 231 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bce731 hue: 0.21 , saturation: 0.79 and the lightness value of bce731 is 0.55.

The process color (four color CMYK) of #bce731 color hex is 0.19, 0.00, 0.79, 0.09. Web safe color of #bce731 is #ccff33. Color #bce731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 00110001
Octal 274 347 61
Decimal 188 231 49
Hex BC E7 31

RGB Percentages of Color #bce731

%40.17
%49.36
%10.47

CMYK Percentages of Color #bce731

%19
%0
%79
%9

Triadic Colors of #bce731

#bce731 #31bce7 #e731bc

Analogous Colors of #bce731

#bce731 #61e731 #e7b731

Monochromatic Colors of #bce731

#bce731

Complementary Color

#bce731 #5c31e7

#bce731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce731 Color CSS Codes

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

#bce731 Text Font Color

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

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


#bce731 Background Color

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

This div background color is #bce731


#bce731 Border Color

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

This div border color is #bce731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce731


Comments

No comments written yet.

Please login to write comment.