Color Hex Logo

#bce123 Color Hex

#BCE123
(188,225,35)
0 Favorites   0 Comments

Color spaces of #bce123

RGB 18822535
HSL0.200.760.51
HSV72°84°88°
CMYK 0.160.000.84   0.12
XYZ47.967664.663111.5432
Yxy64.66310.38630.5207
Hunter Lab80.4134-34.245947.7784
CIE-Lab84.3098-34.287478.2911

#bce123 color RGB value is (188,225,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00100011
Octal 274 341 43
Decimal 188 225 35
Hex BC E1 23

RGB Percentages of Color #bce123

%41.96
%50.22
%7.81

CMYK Percentages of Color #bce123

%16
%0
%84
%12

Triadic Colors of #bce123

#bce123 #23bce1 #e123bc

Analogous Colors of #bce123

#bce123 #5de123 #e1a723

Monochromatic Colors of #bce123

#bce123

Complementary Color

#bce123 #4823e1

#bce123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce123 Color CSS Codes

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

#bce123 Text Font Color

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

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


#bce123 Background Color

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

This div background color is #bce123


#bce123 Border Color

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

This div border color is #bce123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce123


Comments

No comments written yet.

Please login to write comment.