Color Hex Logo

#bcc902 Color Hex

#BCC902
(188,201,2)
0 Favorites   0 Comments

Color spaces of #bcc902

RGB 1882012
HSL0.180.980.40
HSV64°99°79°
CMYK 0.060.000.99   0.21
XYZ41.636652.46907.9905
Yxy52.46900.40780.5139
Hunter Lab72.4355-24.158644.1644
CIE-Lab77.5604-23.541377.5772

#bcc902 color RGB value is (188,201,2).

#bcc902 hex color red value is 188, green value is 201 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bcc902 hue: 0.18 , saturation: 0.98 and the lightness value of bcc902 is 0.40.

The process color (four color CMYK) of #bcc902 color hex is 0.06, 0.00, 0.99, 0.21. Web safe color of #bcc902 is #cccc00. Color #bcc902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 00000010
Octal 274 311 2
Decimal 188 201 2
Hex BC C9 2

RGB Percentages of Color #bcc902

%48.08
%51.41
%0.51

CMYK Percentages of Color #bcc902

%6
%0
%99
%21

Triadic Colors of #bcc902

#bcc902 #02bcc9 #c902bc

Analogous Colors of #bcc902

#bcc902 #59c902 #c97302

Monochromatic Colors of #bcc902

#bcc902

Complementary Color

#bcc902 #0f02c9

#bcc902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc902 Color CSS Codes

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

#bcc902 Text Font Color

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

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


#bcc902 Background Color

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

This div background color is #bcc902


#bcc902 Border Color

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

This div border color is #bcc902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc902


Comments

No comments written yet.

Please login to write comment.