Color Hex Logo

#bcc217 Color Hex

#BCC217
(188,194,23)
0 Favorites   0 Comments

Color spaces of #bcc217

RGB 18819423
HSL0.170.790.43
HSV62°88°76°
CMYK 0.030.000.88   0.24
XYZ40.185549.33688.2156
Yxy49.33680.41120.5048
Hunter Lab70.2402-20.797642.2333
CIE-Lab75.6604-19.815173.5222

#bcc217 color RGB value is (188,194,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00010111
Octal 274 302 27
Decimal 188 194 23
Hex BC C2 17

RGB Percentages of Color #bcc217

%46.42
%47.90
%5.68

CMYK Percentages of Color #bcc217

%3
%0
%88
%24

Triadic Colors of #bcc217

#bcc217 #17bcc2 #c217bc

Analogous Colors of #bcc217

#bcc217 #67c217 #c27317

Monochromatic Colors of #bcc217

#bcc217

Complementary Color

#bcc217 #1d17c2

#bcc217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc217 Color CSS Codes

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

#bcc217 Text Font Color

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

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


#bcc217 Background Color

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

This div background color is #bcc217


#bcc217 Border Color

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

This div border color is #bcc217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc217


Comments

No comments written yet.

Please login to write comment.