Color Hex Logo

#bcc945 Color Hex

#BCC945
(188,201,69)
0 Favorites   0 Comments

Color spaces of #bcc945

RGB 18820169
HSL0.180.550.53
HSV66°66°79°
CMYK 0.060.000.66   0.21
XYZ42.699952.894313.5893
Yxy52.89430.39110.4845
Hunter Lab72.7285-22.475039.8316
CIE-Lab77.8126-21.422661.7974

#bcc945 color RGB value is (188,201,69).

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

The process color (four color CMYK) of #bcc945 color hex is 0.06, 0.00, 0.66, 0.21. Web safe color of #bcc945 is #cccc33. Color #bcc945 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 01000101
Octal 274 311 105
Decimal 188 201 69
Hex BC C9 45

RGB Percentages of Color #bcc945

%41.05
%43.89
%15.07

CMYK Percentages of Color #bcc945

%6
%0
%66
%21

Triadic Colors of #bcc945

#bcc945 #45bcc9 #c945bc

Analogous Colors of #bcc945

#bcc945 #7ac945 #c99445

Monochromatic Colors of #bcc945

#bcc945

Complementary Color

#bcc945 #5245c9

#bcc945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc945 Color CSS Codes

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

#bcc945 Text Font Color

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

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


#bcc945 Background Color

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

This div background color is #bcc945


#bcc945 Border Color

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

This div border color is #bcc945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc945


Comments

No comments written yet.

Please login to write comment.