Color Hex Logo

#bcc498 Color Hex

#BCC498
(188,196,152)
0 Favorites   0 Comments

Color spaces of #bcc498

RGB 188196152
HSL0.200.270.68
HSV71°22°77°
CMYK 0.040.000.22   0.23
XYZ46.146552.438237.3952
Yxy52.43820.33940.3856
Hunter Lab72.4142-12.974520.0722
CIE-Lab77.5421-10.219121.2192

#bcc498 color RGB value is (188,196,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10011000
Octal 274 304 230
Decimal 188 196 152
Hex BC C4 98

RGB Percentages of Color #bcc498

%35.07
%36.57
%28.36

CMYK Percentages of Color #bcc498

%4
%0
%22
%23

Triadic Colors of #bcc498

#bcc498 #98bcc4 #c498bc

Analogous Colors of #bcc498

#bcc498 #a6c498 #c4b698

Monochromatic Colors of #bcc498

#bcc498

Complementary Color

#bcc498 #a098c4

#bcc498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc498 Color CSS Codes

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

#bcc498 Text Font Color

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

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


#bcc498 Background Color

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

This div background color is #bcc498


#bcc498 Border Color

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

This div border color is #bcc498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc498


Comments

No comments written yet.

Please login to write comment.