Color Hex Logo

#bce424 Color Hex

#BCE424
(188,228,36)
0 Favorites   0 Comments

Color spaces of #bce424

RGB 18822836
HSL0.200.780.52
HSV73°84°89°
CMYK 0.180.000.84   0.11
XYZ48.800966.305511.8952
Yxy66.30550.38430.5221
Hunter Lab81.4282-35.522148.3385
CIE-Lab85.1520-35.625578.7906

#bce424 color RGB value is (188,228,36).

#bce424 hex color red value is 188, green value is 228 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bce424 hue: 0.20 , saturation: 0.78 and the lightness value of bce424 is 0.52.

The process color (four color CMYK) of #bce424 color hex is 0.18, 0.00, 0.84, 0.11. Web safe color of #bce424 is #cccc33. Color #bce424 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00100100
Octal 274 344 44
Decimal 188 228 36
Hex BC E4 24

RGB Percentages of Color #bce424

%41.59
%50.44
%7.96

CMYK Percentages of Color #bce424

%18
%0
%84
%11

Triadic Colors of #bce424

#bce424 #24bce4 #e424bc

Analogous Colors of #bce424

#bce424 #5ce424 #e4ac24

Monochromatic Colors of #bce424

#bce424

Complementary Color

#bce424 #4c24e4

#bce424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce424 Color CSS Codes

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

#bce424 Text Font Color

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

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


#bce424 Background Color

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

This div background color is #bce424


#bce424 Border Color

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

This div border color is #bce424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce424


Comments

No comments written yet.

Please login to write comment.