Color Hex Logo

#bce141 Color Hex

#BCE141
(188,225,65)
0 Favorites   0 Comments

Color spaces of #bce141

RGB 18822565
HSL0.210.730.57
HSV74°71°88°
CMYK 0.160.000.71   0.12
XYZ48.618464.923414.9700
Yxy64.92340.37830.5052
Hunter Lab80.5751-33.300845.3871
CIE-Lab84.4442-33.074569.9550

#bce141 color RGB value is (188,225,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01000001
Octal 274 341 101
Decimal 188 225 65
Hex BC E1 41

RGB Percentages of Color #bce141

%39.33
%47.07
%13.60

CMYK Percentages of Color #bce141

%16
%0
%71
%12

Triadic Colors of #bce141

#bce141 #41bce1 #e141bc

Analogous Colors of #bce141

#bce141 #6ce141 #e1b641

Monochromatic Colors of #bce141

#bce141

Complementary Color

#bce141 #6641e1

#bce141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce141 Color CSS Codes

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

#bce141 Text Font Color

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

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


#bce141 Background Color

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

This div background color is #bce141


#bce141 Border Color

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

This div border color is #bce141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce141


Comments

No comments written yet.

Please login to write comment.