Color Hex Logo

#bce631 Color Hex

#BCE631
(188,230,49)
0 Favorites   0 Comments

Color spaces of #bce631

RGB 18823049
HSL0.210.780.55
HSV74°79°90°
CMYK 0.180.000.79   0.10
XYZ49.590267.506713.3222
Yxy67.50670.38020.5176
Hunter Lab82.1625-36.048447.9002
CIE-Lab85.7592-36.095676.1577

#bce631 color RGB value is (188,230,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 00110001
Octal 274 346 61
Decimal 188 230 49
Hex BC E6 31

RGB Percentages of Color #bce631

%40.26
%49.25
%10.49

CMYK Percentages of Color #bce631

%18
%0
%79
%10

Triadic Colors of #bce631

#bce631 #31bce6 #e631bc

Analogous Colors of #bce631

#bce631 #62e631 #e6b631

Monochromatic Colors of #bce631

#bce631

Complementary Color

#bce631 #5b31e6

#bce631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce631 Color CSS Codes

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

#bce631 Text Font Color

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

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


#bce631 Background Color

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

This div background color is #bce631


#bce631 Border Color

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

This div border color is #bce631


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,230,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 #bce631">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce631


Comments

No comments written yet.

Please login to write comment.