Color Hex Logo

#bcd046 Color Hex

#BCD046
(188,208,70)
0 Favorites   0 Comments

Color spaces of #bcd046

RGB 18820870
HSL0.190.590.55
HSV69°66°82°
CMYK 0.100.000.66   0.18
XYZ44.400456.245314.3106
Yxy56.24530.38620.4893
Hunter Lab74.9969-25.567141.1843
CIE-Lab79.7532-24.770163.4054

#bcd046 color RGB value is (188,208,70).

#bcd046 hex color red value is 188, green value is 208 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bcd046 hue: 0.19 , saturation: 0.59 and the lightness value of bcd046 is 0.55.

The process color (four color CMYK) of #bcd046 color hex is 0.10, 0.00, 0.66, 0.18. Web safe color of #bcd046 is #cccc33. Color #bcd046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01000110
Octal 274 320 106
Decimal 188 208 70
Hex BC D0 46

RGB Percentages of Color #bcd046

%40.34
%44.64
%15.02

CMYK Percentages of Color #bcd046

%10
%0
%66
%18

Triadic Colors of #bcd046

#bcd046 #46bcd0 #d046bc

Analogous Colors of #bcd046

#bcd046 #77d046 #d09f46

Monochromatic Colors of #bcd046

#bcd046

Complementary Color

#bcd046 #5a46d0

#bcd046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd046 Color CSS Codes

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

#bcd046 Text Font Color

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

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


#bcd046 Background Color

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

This div background color is #bcd046


#bcd046 Border Color

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

This div border color is #bcd046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd046


Comments

No comments written yet.

Please login to write comment.