Color Hex Logo

#bcd299 Color Hex

#BCD299
(188,210,153)
0 Favorites   0 Comments

Color spaces of #bcd299

RGB 188210153
HSL0.230.390.71
HSV83°27°82°
CMYK 0.100.000.27   0.18
XYZ49.535459.084538.9306
Yxy59.08450.33570.4004
Hunter Lab76.8664-19.484723.7779
CIE-Lab81.3380-17.187225.8726

#bcd299 color RGB value is (188,210,153).

#bcd299 hex color red value is 188, green value is 210 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bcd299 hue: 0.23 , saturation: 0.39 and the lightness value of bcd299 is 0.71.

The process color (four color CMYK) of #bcd299 color hex is 0.10, 0.00, 0.27, 0.18. Web safe color of #bcd299 is #cccc99. Color #bcd299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 10011001
Octal 274 322 231
Decimal 188 210 153
Hex BC D2 99

RGB Percentages of Color #bcd299

%34.12
%38.11
%27.77

CMYK Percentages of Color #bcd299

%10
%0
%27
%18

Triadic Colors of #bcd299

#bcd299 #99bcd2 #d299bc

Analogous Colors of #bcd299

#bcd299 #a0d299 #d2cc99

Monochromatic Colors of #bcd299

#bcd299

Complementary Color

#bcd299 #af99d2

#bcd299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd299 Color CSS Codes

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

#bcd299 Text Font Color

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

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


#bcd299 Background Color

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

This div background color is #bcd299


#bcd299 Border Color

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

This div border color is #bcd299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd299


Comments

No comments written yet.

Please login to write comment.