Color Hex Logo

#bcc698 Color Hex

#BCC698
(188,198,152)
0 Favorites   0 Comments

Color spaces of #bcc698

RGB 188198152
HSL0.200.290.69
HSV73°23°78°
CMYK 0.050.000.23   0.22
XYZ46.600653.346537.5466
Yxy53.34650.33890.3880
Hunter Lab73.0387-13.930020.6482
CIE-Lab78.0791-11.249021.9563

#bcc698 color RGB value is (188,198,152).

#bcc698 hex color red value is 188, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bcc698 hue: 0.20 , saturation: 0.29 and the lightness value of bcc698 is 0.69.

The process color (four color CMYK) of #bcc698 color hex is 0.05, 0.00, 0.23, 0.22. Web safe color of #bcc698 is #cccc99. Color #bcc698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 10011000
Octal 274 306 230
Decimal 188 198 152
Hex BC C6 98

RGB Percentages of Color #bcc698

%34.94
%36.80
%28.25

CMYK Percentages of Color #bcc698

%5
%0
%23
%22

Triadic Colors of #bcc698

#bcc698 #98bcc6 #c698bc

Analogous Colors of #bcc698

#bcc698 #a5c698 #c6b998

Monochromatic Colors of #bcc698

#bcc698

Complementary Color

#bcc698 #a298c6

#bcc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc698 Color CSS Codes

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

#bcc698 Text Font Color

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

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


#bcc698 Background Color

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

This div background color is #bcc698


#bcc698 Border Color

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

This div border color is #bcc698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc698


Comments

No comments written yet.

Please login to write comment.