Color Hex Logo

#bcc219 Color Hex

#BCC219
(188,194,25)
0 Favorites   0 Comments

Color spaces of #bcc219

RGB 18819425
HSL0.170.770.43
HSV62°87°76°
CMYK 0.030.000.87   0.24
XYZ40.206349.34518.3252
Yxy49.34510.41080.5042
Hunter Lab70.2461-20.763742.1455
CIE-Lab75.6655-19.772573.1569

#bcc219 color RGB value is (188,194,25).

#bcc219 hex color red value is 188, green value is 194 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bcc219 hue: 0.17 , saturation: 0.77 and the lightness value of bcc219 is 0.43.

The process color (four color CMYK) of #bcc219 color hex is 0.03, 0.00, 0.87, 0.24. Web safe color of #bcc219 is #cccc00. Color #bcc219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00011001
Octal 274 302 31
Decimal 188 194 25
Hex BC C2 19

RGB Percentages of Color #bcc219

%46.19
%47.67
%6.14

CMYK Percentages of Color #bcc219

%3
%0
%87
%24

Triadic Colors of #bcc219

#bcc219 #19bcc2 #c219bc

Analogous Colors of #bcc219

#bcc219 #68c219 #c27419

Monochromatic Colors of #bcc219

#bcc219

Complementary Color

#bcc219 #1f19c2

#bcc219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc219 Color CSS Codes

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

#bcc219 Text Font Color

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

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


#bcc219 Background Color

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

This div background color is #bcc219


#bcc219 Border Color

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

This div border color is #bcc219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc219


Comments

No comments written yet.

Please login to write comment.