Color Hex Logo

#bce428 Color Hex

#BCE428
(188,228,40)
0 Favorites   0 Comments

Color spaces of #bce428

RGB 18822840
HSL0.200.780.53
HSV73°82°89°
CMYK 0.180.000.82   0.11
XYZ48.865466.331412.2352
Yxy66.33140.38350.5205
Hunter Lab81.4441-35.429548.1038
CIE-Lab85.1652-35.505977.9109

#bce428 color RGB value is (188,228,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00101000
Octal 274 344 50
Decimal 188 228 40
Hex BC E4 28

RGB Percentages of Color #bce428

%41.23
%50.00
%8.77

CMYK Percentages of Color #bce428

%18
%0
%82
%11

Triadic Colors of #bce428

#bce428 #28bce4 #e428bc

Analogous Colors of #bce428

#bce428 #5ee428 #e4ae28

Monochromatic Colors of #bce428

#bce428

Complementary Color

#bce428 #5028e4

#bce428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce428 Color CSS Codes

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

#bce428 Text Font Color

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

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


#bce428 Background Color

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

This div background color is #bce428


#bce428 Border Color

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

This div border color is #bce428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce428


Comments

No comments written yet.

Please login to write comment.