Color Hex Logo

#bcb298 Color Hex

#BCB298
(188,178,152)
0 Favorites   0 Comments

Color spaces of #bcb298

RGB 188178152
HSL0.120.210.67
HSV43°19°74°
CMYK 0.000.050.19   0.26
XYZ42.326944.799236.1220
Yxy44.79920.34340.3635
Hunter Lab66.9322-4.250714.8549
CIE-Lab72.7595-0.760414.5812

#bcb298 color RGB value is (188,178,152).

#bcb298 hex color red value is 188, green value is 178 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bcb298 hue: 0.12 , saturation: 0.21 and the lightness value of bcb298 is 0.67.

The process color (four color CMYK) of #bcb298 color hex is 0.00, 0.05, 0.19, 0.26. Web safe color of #bcb298 is #cc9999. Color #bcb298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10011000
Octal 274 262 230
Decimal 188 178 152
Hex BC B2 98

RGB Percentages of Color #bcb298

%36.29
%34.36
%29.34

CMYK Percentages of Color #bcb298

%0
%5
%19
%26

Triadic Colors of #bcb298

#bcb298 #98bcb2 #b298bc

Analogous Colors of #bcb298

#bcb298 #b4bc98 #bca098

Monochromatic Colors of #bcb298

#bcb298

Complementary Color

#bcb298 #98a2bc

#bcb298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb298 Color CSS Codes

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

#bcb298 Text Font Color

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

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


#bcb298 Background Color

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

This div background color is #bcb298


#bcb298 Border Color

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

This div border color is #bcb298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb298


Comments

No comments written yet.

Please login to write comment.