Color Hex Logo

#bcd277 Color Hex

#BCD277
(188,210,119)
0 Favorites   0 Comments

Color spaces of #bcd277

RGB 188210119
HSL0.210.500.65
HSV75°43°82°
CMYK 0.100.000.43   0.18
XYZ47.115458.116526.1871
Yxy58.11650.35850.4422
Hunter Lab76.2342-23.090532.9973
CIE-Lab80.8035-21.545542.5259

#bcd277 color RGB value is (188,210,119).

#bcd277 hex color red value is 188, green value is 210 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bcd277 hue: 0.21 , saturation: 0.50 and the lightness value of bcd277 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01110111
Octal 274 322 167
Decimal 188 210 119
Hex BC D2 77

RGB Percentages of Color #bcd277

%36.36
%40.62
%23.02

CMYK Percentages of Color #bcd277

%10
%0
%43
%18

Triadic Colors of #bcd277

#bcd277 #77bcd2 #d277bc

Analogous Colors of #bcd277

#bcd277 #8fd277 #d2bb77

Monochromatic Colors of #bcd277

#bcd277

Complementary Color

#bcd277 #8d77d2

#bcd277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd277 Color CSS Codes

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

#bcd277 Text Font Color

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

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


#bcd277 Background Color

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

This div background color is #bcd277


#bcd277 Border Color

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

This div border color is #bcd277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd277


Comments

No comments written yet.

Please login to write comment.