Color Hex Logo

#bcc633 Color Hex

#BCC633
(188,198,51)
0 Favorites   0 Comments

Color spaces of #bcc633

RGB 18819851
HSL0.180.590.49
HSV64°74°78°
CMYK 0.050.000.74   0.22
XYZ41.530751.318510.8485
Yxy51.31850.40050.4949
Hunter Lab71.6369-21.881341.1671
CIE-Lab76.8715-20.894167.4048

#bcc633 color RGB value is (188,198,51).

#bcc633 hex color red value is 188, green value is 198 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bcc633 hue: 0.18 , saturation: 0.59 and the lightness value of bcc633 is 0.49.

The process color (four color CMYK) of #bcc633 color hex is 0.05, 0.00, 0.74, 0.22. Web safe color of #bcc633 is #cccc33. Color #bcc633 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 00110011
Octal 274 306 63
Decimal 188 198 51
Hex BC C6 33

RGB Percentages of Color #bcc633

%43.02
%45.31
%11.67

CMYK Percentages of Color #bcc633

%5
%0
%74
%22

Triadic Colors of #bcc633

#bcc633 #33bcc6 #c633bc

Analogous Colors of #bcc633

#bcc633 #73c633 #c68733

Monochromatic Colors of #bcc633

#bcc633

Complementary Color

#bcc633 #3d33c6

#bcc633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc633 Color CSS Codes

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

#bcc633 Text Font Color

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

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


#bcc633 Background Color

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

This div background color is #bcc633


#bcc633 Border Color

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

This div border color is #bcc633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc633


Comments

No comments written yet.

Please login to write comment.