Color Hex Logo

#bcc669 Color Hex

#BCC669
(188,198,105)
0 Favorites   0 Comments

Color spaces of #bcc669

RGB 188198105
HSL0.180.450.59
HSV66°47°78°
CMYK 0.050.000.47   0.22
XYZ43.482952.099521.1290
Yxy52.09950.37260.4464
Hunter Lab72.1800-18.782433.1702
CIE-Lab77.3403-17.060545.1419

#bcc669 color RGB value is (188,198,105).

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

The process color (four color CMYK) of #bcc669 color hex is 0.05, 0.00, 0.47, 0.22. Web safe color of #bcc669 is #cccc66. Color #bcc669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01101001
Octal 274 306 151
Decimal 188 198 105
Hex BC C6 69

RGB Percentages of Color #bcc669

%38.29
%40.33
%21.38

CMYK Percentages of Color #bcc669

%5
%0
%47
%22

Triadic Colors of #bcc669

#bcc669 #69bcc6 #c669bc

Analogous Colors of #bcc669

#bcc669 #8ec669 #c6a269

Monochromatic Colors of #bcc669

#bcc669

Complementary Color

#bcc669 #7369c6

#bcc669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc669 Color CSS Codes

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

#bcc669 Text Font Color

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

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


#bcc669 Background Color

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

This div background color is #bcc669


#bcc669 Border Color

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

This div border color is #bcc669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc669


Comments

No comments written yet.

Please login to write comment.