Color Hex Logo

#bcc027 Color Hex

#BCC027
(188,192,39)
0 Favorites   0 Comments

Color spaces of #bcc027

RGB 18819239
HSL0.170.660.45
HSV62°80°75°
CMYK 0.020.000.80   0.25
XYZ39.954948.53719.1822
Yxy48.53710.40910.4969
Hunter Lab69.6686-19.550340.9537
CIE-Lab75.1624-18.388069.4714

#bcc027 color RGB value is (188,192,39).

#bcc027 hex color red value is 188, green value is 192 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bcc027 hue: 0.17 , saturation: 0.66 and the lightness value of bcc027 is 0.45.

The process color (four color CMYK) of #bcc027 color hex is 0.02, 0.00, 0.80, 0.25. Web safe color of #bcc027 is #cccc33. Color #bcc027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 00100111
Octal 274 300 47
Decimal 188 192 39
Hex BC C0 27

RGB Percentages of Color #bcc027

%44.87
%45.82
%9.31

CMYK Percentages of Color #bcc027

%2
%0
%80
%25

Triadic Colors of #bcc027

#bcc027 #27bcc0 #c027bc

Analogous Colors of #bcc027

#bcc027 #70c027 #c07827

Monochromatic Colors of #bcc027

#bcc027

Complementary Color

#bcc027 #2b27c0

#bcc027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc027 Color CSS Codes

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

#bcc027 Text Font Color

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

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


#bcc027 Background Color

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

This div background color is #bcc027


#bcc027 Border Color

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

This div border color is #bcc027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc027


Comments

No comments written yet.

Please login to write comment.