Color Hex Logo

#bcbe30 Color Hex

#BCBE30
(188,190,48)
0 Favorites   0 Comments

Color spaces of #bcbe30

RGB 18819048
HSL0.170.600.47
HSV61°75°75°
CMYK 0.010.000.75   0.25
XYZ39.686047.73179.9178
Yxy47.73170.40770.4904
Hunter Lab69.0881-18.369239.8504
CIE-Lab74.6554-17.044666.3150

#bcbe30 color RGB value is (188,190,48).

#bcbe30 hex color red value is 188, green value is 190 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bcbe30 hue: 0.17 , saturation: 0.60 and the lightness value of bcbe30 is 0.47.

The process color (four color CMYK) of #bcbe30 color hex is 0.01, 0.00, 0.75, 0.25. Web safe color of #bcbe30 is #cccc33. Color #bcbe30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 00110000
Octal 274 276 60
Decimal 188 190 48
Hex BC BE 30

RGB Percentages of Color #bcbe30

%44.13
%44.60
%11.27

CMYK Percentages of Color #bcbe30

%1
%0
%75
%25

Triadic Colors of #bcbe30

#bcbe30 #30bcbe #be30bc

Analogous Colors of #bcbe30

#bcbe30 #75be30 #be7930

Monochromatic Colors of #bcbe30

#bcbe30

Complementary Color

#bcbe30 #3230be

#bcbe30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe30 Color CSS Codes

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

#bcbe30 Text Font Color

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

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


#bcbe30 Background Color

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

This div background color is #bcbe30


#bcbe30 Border Color

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

This div border color is #bcbe30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe30


Comments

No comments written yet.

Please login to write comment.