Color Hex Logo

#bcd26b Color Hex

#BCD26B
(188,210,107)
0 Favorites   0 Comments

Color spaces of #bcd26b

RGB 188210107
HSL0.200.530.62
HSV73°49°82°
CMYK 0.100.000.49   0.18
XYZ46.439557.846122.6277
Yxy57.84610.36590.4558
Hunter Lab76.0566-24.108635.6002
CIE-Lab80.6532-22.798748.1784

#bcd26b color RGB value is (188,210,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01101011
Octal 274 322 153
Decimal 188 210 107
Hex BC D2 6B

RGB Percentages of Color #bcd26b

%37.23
%41.58
%21.19

CMYK Percentages of Color #bcd26b

%10
%0
%49
%18

Triadic Colors of #bcd26b

#bcd26b #6bbcd2 #d26bbc

Analogous Colors of #bcd26b

#bcd26b #89d26b #d2b56b

Monochromatic Colors of #bcd26b

#bcd26b

Complementary Color

#bcd26b #816bd2

#bcd26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd26b Color CSS Codes

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

#bcd26b Text Font Color

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

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


#bcd26b Background Color

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

This div background color is #bcd26b


#bcd26b Border Color

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

This div border color is #bcd26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd26b


Comments

No comments written yet.

Please login to write comment.