Color Hex Logo

#bcd366 Color Hex

#BCD366
(188,211,102)
0 Favorites   0 Comments

Color spaces of #bcd366

RGB 188211102
HSL0.200.550.61
HSV73°52°83°
CMYK 0.110.000.52   0.17
XYZ46.431658.239221.3645
Yxy58.23920.36840.4621
Hunter Lab76.3146-24.947036.8218
CIE-Lab80.8716-23.762650.8018

#bcd366 color RGB value is (188,211,102).

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

The process color (four color CMYK) of #bcd366 color hex is 0.11, 0.00, 0.52, 0.17. Web safe color of #bcd366 is #cccc66. Color #bcd366 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01100110
Octal 274 323 146
Decimal 188 211 102
Hex BC D3 66

RGB Percentages of Color #bcd366

%37.52
%42.12
%20.36

CMYK Percentages of Color #bcd366

%11
%0
%52
%17

Triadic Colors of #bcd366

#bcd366 #66bcd3 #d366bc

Analogous Colors of #bcd366

#bcd366 #86d366 #d3b466

Monochromatic Colors of #bcd366

#bcd366

Complementary Color

#bcd366 #7d66d3

#bcd366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd366 Color CSS Codes

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

#bcd366 Text Font Color

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

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


#bcd366 Background Color

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

This div background color is #bcd366


#bcd366 Border Color

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

This div border color is #bcd366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd366


Comments

No comments written yet.

Please login to write comment.