Color Hex Logo

#bce241 Color Hex

#BCE241
(188,226,65)
0 Favorites   0 Comments

Color spaces of #bce241

RGB 18822665
HSL0.210.740.57
HSV74°71°89°
CMYK 0.170.000.71   0.11
XYZ48.889565.465715.0604
Yxy65.46570.37780.5059
Hunter Lab80.9109-33.737445.6016
CIE-Lab84.7231-33.534870.2285

#bce241 color RGB value is (188,226,65).

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

The process color (four color CMYK) of #bce241 color hex is 0.17, 0.00, 0.71, 0.11. Web safe color of #bce241 is #cccc33. Color #bce241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 01000001
Octal 274 342 101
Decimal 188 226 65
Hex BC E2 41

RGB Percentages of Color #bce241

%39.25
%47.18
%13.57

CMYK Percentages of Color #bce241

%17
%0
%71
%11

Triadic Colors of #bce241

#bce241 #41bce2 #e241bc

Analogous Colors of #bce241

#bce241 #6ce241 #e2b841

Monochromatic Colors of #bce241

#bce241

Complementary Color

#bce241 #6741e2

#bce241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce241 Color CSS Codes

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

#bce241 Text Font Color

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

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


#bce241 Background Color

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

This div background color is #bce241


#bce241 Border Color

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

This div border color is #bce241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce241


Comments

No comments written yet.

Please login to write comment.