Color Hex Logo

#bce408 Color Hex

#BCE408
(188,228,8)
0 Favorites   0 Comments

Color spaces of #bce408

RGB 1882288
HSL0.200.930.46
HSV71°96°89°
CMYK 0.180.000.96   0.11
XYZ48.526366.195710.4492
Yxy66.19570.38770.5288
Hunter Lab81.3607-35.917949.3379
CIE-Lab85.0961-36.137082.7370

#bce408 color RGB value is (188,228,8).

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

The process color (four color CMYK) of #bce408 color hex is 0.18, 0.00, 0.96, 0.11. Web safe color of #bce408 is #cccc00. Color #bce408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00001000
Octal 274 344 10
Decimal 188 228 8
Hex BC E4 8

RGB Percentages of Color #bce408

%44.34
%53.77
%1.89

CMYK Percentages of Color #bce408

%18
%0
%96
%11

Triadic Colors of #bce408

#bce408 #08bce4 #e408bc

Analogous Colors of #bce408

#bce408 #4ee408 #e49e08

Monochromatic Colors of #bce408

#bce408

Complementary Color

#bce408 #3008e4

#bce408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce408 Color CSS Codes

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

#bce408 Text Font Color

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

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


#bce408 Background Color

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

This div background color is #bce408


#bce408 Border Color

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

This div border color is #bce408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce408


Comments

No comments written yet.

Please login to write comment.