Color Hex Logo

#bcca0f Color Hex

#BCCA0F
(188,202,15)
0 Favorites   0 Comments

Color spaces of #bcca0f

RGB 18820215
HSL0.180.860.43
HSV64°93°79°
CMYK 0.070.000.93   0.21
XYZ41.945852.96698.4648
Yxy52.96690.40580.5124
Hunter Lab72.7784-24.483744.0489
CIE-Lab77.8555-23.875276.4608

#bcca0f color RGB value is (188,202,15).

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

The process color (four color CMYK) of #bcca0f color hex is 0.07, 0.00, 0.93, 0.21. Web safe color of #bcca0f is #cccc00. Color #bcca0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00001111
Octal 274 312 17
Decimal 188 202 15
Hex BC CA F

RGB Percentages of Color #bcca0f

%46.42
%49.88
%3.70

CMYK Percentages of Color #bcca0f

%7
%0
%93
%21

Triadic Colors of #bcca0f

#bcca0f #0fbcca #ca0fbc

Analogous Colors of #bcca0f

#bcca0f #5fca0f #ca7b0f

Monochromatic Colors of #bcca0f

#bcca0f

Complementary Color

#bcca0f #1d0fca

#bcca0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca0f Color CSS Codes

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

#bcca0f Text Font Color

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

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


#bcca0f Background Color

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

This div background color is #bcca0f


#bcca0f Border Color

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

This div border color is #bcca0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca0f


Comments

No comments written yet.

Please login to write comment.