Color Hex Logo

#bce149 Color Hex

#BCE149
(188,225,73)
0 Favorites   0 Comments

Color spaces of #bce149

RGB 18822573
HSL0.210.720.58
HSV75°68°88°
CMYK 0.160.000.68   0.12
XYZ48.866865.022816.2784
Yxy65.02280.37540.4995
Hunter Lab80.6367-32.941244.4766
CIE-Lab84.4955-32.615567.1196

#bce149 color RGB value is (188,225,73).

#bce149 hex color red value is 188, green value is 225 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bce149 hue: 0.21 , saturation: 0.72 and the lightness value of bce149 is 0.58.

The process color (four color CMYK) of #bce149 color hex is 0.16, 0.00, 0.68, 0.12. Web safe color of #bce149 is #cccc33. Color #bce149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01001001
Octal 274 341 111
Decimal 188 225 73
Hex BC E1 49

RGB Percentages of Color #bce149

%38.68
%46.30
%15.02

CMYK Percentages of Color #bce149

%16
%0
%68
%12

Triadic Colors of #bce149

#bce149 #49bce1 #e149bc

Analogous Colors of #bce149

#bce149 #70e149 #e1ba49

Monochromatic Colors of #bce149

#bce149

Complementary Color

#bce149 #6e49e1

#bce149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce149 Color CSS Codes

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

#bce149 Text Font Color

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

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


#bce149 Background Color

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

This div background color is #bce149


#bce149 Border Color

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

This div border color is #bce149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce149


Comments

No comments written yet.

Please login to write comment.