Color Hex Logo

#bce122 Color Hex

#BCE122
(188,225,34)
0 Favorites   0 Comments

Color spaces of #bce122

RGB 18822534
HSL0.200.760.51
HSV72°85°88°
CMYK 0.160.000.85   0.12
XYZ47.953064.657311.4661
Yxy64.65730.38650.5211
Hunter Lab80.4098-34.267247.8323
CIE-Lab84.3068-34.314878.4972

#bce122 color RGB value is (188,225,34).

#bce122 hex color red value is 188, green value is 225 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bce122 hue: 0.20 , saturation: 0.76 and the lightness value of bce122 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00100010
Octal 274 341 42
Decimal 188 225 34
Hex BC E1 22

RGB Percentages of Color #bce122

%42.06
%50.34
%7.61

CMYK Percentages of Color #bce122

%16
%0
%85
%12

Triadic Colors of #bce122

#bce122 #22bce1 #e122bc

Analogous Colors of #bce122

#bce122 #5de122 #e1a722

Monochromatic Colors of #bce122

#bce122

Complementary Color

#bce122 #4722e1

#bce122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce122 Color CSS Codes

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

#bce122 Text Font Color

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

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


#bce122 Background Color

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

This div background color is #bce122


#bce122 Border Color

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

This div border color is #bce122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce122


Comments

No comments written yet.

Please login to write comment.