Color Hex Logo

#bce821 Color Hex

#BCE821
(188,232,33)
0 Favorites   0 Comments

Color spaces of #bce821

RGB 18823233
HSL0.200.810.52
HSV73°86°91°
CMYK 0.190.000.86   0.09
XYZ49.870268.514412.0350
Yxy68.51440.38240.5253
Hunter Lab82.7734-37.308949.3208
CIE-Lab86.2630-37.511180.3331

#bce821 color RGB value is (188,232,33).

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

The process color (four color CMYK) of #bce821 color hex is 0.19, 0.00, 0.86, 0.09. Web safe color of #bce821 is #ccff33. Color #bce821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101000 00100001
Octal 274 350 41
Decimal 188 232 33
Hex BC E8 21

RGB Percentages of Color #bce821

%41.50
%51.21
%7.28

CMYK Percentages of Color #bce821

%19
%0
%86
%9

Triadic Colors of #bce821

#bce821 #21bce8 #e821bc

Analogous Colors of #bce821

#bce821 #59e821 #e8b121

Monochromatic Colors of #bce821

#bce821

Complementary Color

#bce821 #4d21e8

#bce821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce821 Color CSS Codes

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

#bce821 Text Font Color

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

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


#bce821 Background Color

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

This div background color is #bce821


#bce821 Border Color

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

This div border color is #bce821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce821


Comments

No comments written yet.

Please login to write comment.