Color Hex Logo

#bcc968 Color Hex

#BCC968
(188,201,104)
0 Favorites   0 Comments

Color spaces of #bcc968

RGB 188201104
HSL0.190.470.60
HSV68°48°79°
CMYK 0.060.000.48   0.21
XYZ44.124453.464121.0907
Yxy53.46410.37180.4505
Hunter Lab73.1191-20.241134.0816
CIE-Lab78.1482-18.657546.6049

#bcc968 color RGB value is (188,201,104).

#bcc968 hex color red value is 188, green value is 201 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bcc968 hue: 0.19 , saturation: 0.47 and the lightness value of bcc968 is 0.60.

The process color (four color CMYK) of #bcc968 color hex is 0.06, 0.00, 0.48, 0.21. Web safe color of #bcc968 is #cccc66. Color #bcc968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 01101000
Octal 274 311 150
Decimal 188 201 104
Hex BC C9 68

RGB Percentages of Color #bcc968

%38.13
%40.77
%21.10

CMYK Percentages of Color #bcc968

%6
%0
%48
%21

Triadic Colors of #bcc968

#bcc968 #68bcc9 #c968bc

Analogous Colors of #bcc968

#bcc968 #8cc968 #c9a668

Monochromatic Colors of #bcc968

#bcc968

Complementary Color

#bcc968 #7568c9

#bcc968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc968 Color CSS Codes

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

#bcc968 Text Font Color

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

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


#bcc968 Background Color

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

This div background color is #bcc968


#bcc968 Border Color

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

This div border color is #bcc968


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,201,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 #bcc968">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc968


Comments

No comments written yet.

Please login to write comment.