Color Hex Logo

#bcca3d Color Hex

#BCCA3D
(188,202,61)
0 Favorites   0 Comments

Color spaces of #bcca3d

RGB 18820261
HSL0.180.570.52
HSV66°70°79°
CMYK 0.070.000.70   0.21
XYZ42.701953.269312.4463
Yxy53.26930.39390.4913
Hunter Lab72.9858-23.290040.9793
CIE-Lab78.0337-22.370065.0634

#bcca3d color RGB value is (188,202,61).

#bcca3d hex color red value is 188, green value is 202 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bcca3d hue: 0.18 , saturation: 0.57 and the lightness value of bcca3d is 0.52.

The process color (four color CMYK) of #bcca3d color hex is 0.07, 0.00, 0.70, 0.21. Web safe color of #bcca3d is #cccc33. Color #bcca3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00111101
Octal 274 312 75
Decimal 188 202 61
Hex BC CA 3D

RGB Percentages of Color #bcca3d

%41.69
%44.79
%13.53

CMYK Percentages of Color #bcca3d

%7
%0
%70
%21

Triadic Colors of #bcca3d

#bcca3d #3dbcca #ca3dbc

Analogous Colors of #bcca3d

#bcca3d #76ca3d #ca923d

Monochromatic Colors of #bcca3d

#bcca3d

Complementary Color

#bcca3d #4b3dca

#bcca3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca3d Color CSS Codes

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

#bcca3d Text Font Color

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

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


#bcca3d Background Color

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

This div background color is #bcca3d


#bcca3d Border Color

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

This div border color is #bcca3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca3d


Comments

No comments written yet.

Please login to write comment.