Color Hex Logo

#bcda2f Color Hex

#BCDA2F
(188,218,47)
0 Favorites   0 Comments

Color spaces of #bcda2f

RGB 18821847
HSL0.200.700.52
HSV71°78°85°
CMYK 0.140.000.78   0.15
XYZ46.323561.039412.0296
Yxy61.03940.38800.5112
Hunter Lab78.1277-30.887245.5603
CIE-Lab82.3999-30.656173.6869

#bcda2f color RGB value is (188,218,47).

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

The process color (four color CMYK) of #bcda2f color hex is 0.14, 0.00, 0.78, 0.15. Web safe color of #bcda2f is #cccc33. Color #bcda2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 00101111
Octal 274 332 57
Decimal 188 218 47
Hex BC DA 2F

RGB Percentages of Color #bcda2f

%41.50
%48.12
%10.38

CMYK Percentages of Color #bcda2f

%14
%0
%78
%15

Triadic Colors of #bcda2f

#bcda2f #2fbcda #da2fbc

Analogous Colors of #bcda2f

#bcda2f #67da2f #daa32f

Monochromatic Colors of #bcda2f

#bcda2f

Complementary Color

#bcda2f #4d2fda

#bcda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda2f Color CSS Codes

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

#bcda2f Text Font Color

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

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


#bcda2f Background Color

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

This div background color is #bcda2f


#bcda2f Border Color

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

This div border color is #bcda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda2f


Comments

No comments written yet.

Please login to write comment.