Color Hex Logo

#bcd266 Color Hex

#BCD266
(188,210,102)
0 Favorites   0 Comments

Color spaces of #bcd266

RGB 188210102
HSL0.200.550.61
HSV72°51°82°
CMYK 0.100.000.51   0.18
XYZ46.183957.743921.2819
Yxy57.74390.36890.4612
Hunter Lab75.9894-24.494936.5876
CIE-Lab80.5962-23.277150.4769

#bcd266 color RGB value is (188,210,102).

#bcd266 hex color red value is 188, green value is 210 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bcd266 hue: 0.20 , saturation: 0.55 and the lightness value of bcd266 is 0.61.

The process color (four color CMYK) of #bcd266 color hex is 0.10, 0.00, 0.51, 0.18. Web safe color of #bcd266 is #cccc66. Color #bcd266 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01100110
Octal 274 322 146
Decimal 188 210 102
Hex BC D2 66

RGB Percentages of Color #bcd266

%37.60
%42.00
%20.40

CMYK Percentages of Color #bcd266

%10
%0
%51
%18

Triadic Colors of #bcd266

#bcd266 #66bcd2 #d266bc

Analogous Colors of #bcd266

#bcd266 #86d266 #d2b266

Monochromatic Colors of #bcd266

#bcd266

Complementary Color

#bcd266 #7c66d2

#bcd266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd266 Color CSS Codes

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

#bcd266 Text Font Color

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

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


#bcd266 Background Color

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

This div background color is #bcd266


#bcd266 Border Color

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

This div border color is #bcd266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd266


Comments

No comments written yet.

Please login to write comment.