Color Hex Logo

#bcc542 Color Hex

#BCC542
(188,197,66)
0 Favorites   0 Comments

Color spaces of #bcc542

RGB 18819766
HSL0.180.530.52
HSV64°66°77°
CMYK 0.050.000.66   0.23
XYZ41.688751.017212.8043
Yxy51.01720.39510.4835
Hunter Lab71.4263-20.812739.3698
CIE-Lab76.6894-19.628661.8238

#bcc542 color RGB value is (188,197,66).

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

The process color (four color CMYK) of #bcc542 color hex is 0.05, 0.00, 0.66, 0.23. Web safe color of #bcc542 is #cccc33. Color #bcc542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01000010
Octal 274 305 102
Decimal 188 197 66
Hex BC C5 42

RGB Percentages of Color #bcc542

%41.69
%43.68
%14.63

CMYK Percentages of Color #bcc542

%5
%0
%66
%23

Triadic Colors of #bcc542

#bcc542 #42bcc5 #c542bc

Analogous Colors of #bcc542

#bcc542 #7bc542 #c58d42

Monochromatic Colors of #bcc542

#bcc542

Complementary Color

#bcc542 #4b42c5

#bcc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc542 Color CSS Codes

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

#bcc542 Text Font Color

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

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


#bcc542 Background Color

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

This div background color is #bcc542


#bcc542 Border Color

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

This div border color is #bcc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc542


Comments

No comments written yet.

Please login to write comment.