Color Hex Logo

#bce232 Color Hex

#BCE232
(188,226,50)
0 Favorites   0 Comments

Color spaces of #bce232

RGB 18822650
HSL0.200.750.54
HSV73°78°89°
CMYK 0.170.000.78   0.11
XYZ48.511165.314413.0677
Yxy65.31440.38230.5147
Hunter Lab80.8173-34.284646.9853
CIE-Lab84.6455-34.236374.8738

#bce232 color RGB value is (188,226,50).

#bce232 hex color red value is 188, green value is 226 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bce232 hue: 0.20 , saturation: 0.75 and the lightness value of bce232 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 00110010
Octal 274 342 62
Decimal 188 226 50
Hex BC E2 32

RGB Percentages of Color #bce232

%40.52
%48.71
%10.78

CMYK Percentages of Color #bce232

%17
%0
%78
%11

Triadic Colors of #bce232

#bce232 #32bce2 #e232bc

Analogous Colors of #bce232

#bce232 #64e232 #e2b032

Monochromatic Colors of #bce232

#bce232

Complementary Color

#bce232 #5832e2

#bce232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce232 Color CSS Codes

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

#bce232 Text Font Color

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

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


#bce232 Background Color

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

This div background color is #bce232


#bce232 Border Color

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

This div border color is #bce232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce232


Comments

No comments written yet.

Please login to write comment.