Color Hex Logo

#bceb03 Color Hex

#BCEB03
(188,235,3)
0 Favorites   0 Comments

Color spaces of #bceb03

RGB 1882353
HSL0.200.970.47
HSV72°99°92°
CMYK 0.200.000.99   0.08
XYZ50.463870.114610.9599
Yxy70.11460.38360.5330
Hunter Lab83.7345-38.959750.8537
CIE-Lab87.0530-39.322784.6428

#bceb03 color RGB value is (188,235,3).

#bceb03 hex color red value is 188, green value is 235 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bceb03 hue: 0.20 , saturation: 0.97 and the lightness value of bceb03 is 0.47.

The process color (four color CMYK) of #bceb03 color hex is 0.20, 0.00, 0.99, 0.08. Web safe color of #bceb03 is #ccff00. Color #bceb03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 00000011
Octal 274 353 3
Decimal 188 235 3
Hex BC EB 3

RGB Percentages of Color #bceb03

%44.13
%55.16
%0.70

CMYK Percentages of Color #bceb03

%20
%0
%99
%8

Triadic Colors of #bceb03

#bceb03 #03bceb #eb03bc

Analogous Colors of #bceb03

#bceb03 #48eb03 #eba603

Monochromatic Colors of #bceb03

#bceb03

Complementary Color

#bceb03 #3203eb

#bceb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb03 Color CSS Codes

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

#bceb03 Text Font Color

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

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


#bceb03 Background Color

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

This div background color is #bceb03


#bceb03 Border Color

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

This div border color is #bceb03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb03


Comments

No comments written yet.

Please login to write comment.