Color Hex Logo

#bcc068 Color Hex

#BCC068
(188,192,104)
0 Favorites   0 Comments

Color spaces of #bcc068

RGB 188192104
HSL0.170.410.58
HSV63°46°75°
CMYK 0.020.000.46   0.25
XYZ42.087449.390120.4117
Yxy49.39010.37620.4414
Hunter Lab70.2781-16.088531.9744
CIE-Lab75.6934-14.128143.6278

#bcc068 color RGB value is (188,192,104).

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

The process color (four color CMYK) of #bcc068 color hex is 0.02, 0.00, 0.46, 0.25. Web safe color of #bcc068 is #cccc66. Color #bcc068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01101000
Octal 274 300 150
Decimal 188 192 104
Hex BC C0 68

RGB Percentages of Color #bcc068

%38.84
%39.67
%21.49

CMYK Percentages of Color #bcc068

%2
%0
%46
%25

Triadic Colors of #bcc068

#bcc068 #68bcc0 #c068bc

Analogous Colors of #bcc068

#bcc068 #90c068 #c09868

Monochromatic Colors of #bcc068

#bcc068

Complementary Color

#bcc068 #6c68c0

#bcc068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc068 Color CSS Codes

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

#bcc068 Text Font Color

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

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


#bcc068 Background Color

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

This div background color is #bcc068


#bcc068 Border Color

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

This div border color is #bcc068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc068


Comments

No comments written yet.

Please login to write comment.