Color Hex Logo

#bce212 Color Hex

#BCE212
(188,226,18)
0 Favorites   0 Comments

Color spaces of #bce212

RGB 18822618
HSL0.200.850.48
HSV71°92°89°
CMYK 0.170.000.92   0.11
XYZ48.044665.127810.6110
Yxy65.12780.38810.5261
Hunter Lab80.7018-34.960948.6956
CIE-Lab84.5495-35.107781.3244

#bce212 color RGB value is (188,226,18).

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

The process color (four color CMYK) of #bce212 color hex is 0.17, 0.00, 0.92, 0.11. Web safe color of #bce212 is #cccc00. Color #bce212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 00010010
Octal 274 342 22
Decimal 188 226 18
Hex BC E2 12

RGB Percentages of Color #bce212

%43.52
%52.31
%4.17

CMYK Percentages of Color #bce212

%17
%0
%92
%11

Triadic Colors of #bce212

#bce212 #12bce2 #e212bc

Analogous Colors of #bce212

#bce212 #54e212 #e2a012

Monochromatic Colors of #bce212

#bce212

Complementary Color

#bce212 #3812e2

#bce212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce212 Color CSS Codes

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

#bce212 Text Font Color

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

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


#bce212 Background Color

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

This div background color is #bce212


#bce212 Border Color

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

This div border color is #bce212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce212


Comments

No comments written yet.

Please login to write comment.