Color Hex Logo

#bcd181 Color Hex

#BCD181
(188,209,129)
0 Favorites   0 Comments

Color spaces of #bcd181

RGB 188209129
HSL0.210.470.66
HSV76°38°82°
CMYK 0.100.000.38   0.18
XYZ47.501957.877329.4367
Yxy57.87730.35230.4293
Hunter Lab76.0771-21.681130.3128
CIE-Lab80.6705-19.893237.3511

#bcd181 color RGB value is (188,209,129).

#bcd181 hex color red value is 188, green value is 209 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bcd181 hue: 0.21 , saturation: 0.47 and the lightness value of bcd181 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 10000001
Octal 274 321 201
Decimal 188 209 129
Hex BC D1 81

RGB Percentages of Color #bcd181

%35.74
%39.73
%24.52

CMYK Percentages of Color #bcd181

%10
%0
%38
%18

Triadic Colors of #bcd181

#bcd181 #81bcd1 #d181bc

Analogous Colors of #bcd181

#bcd181 #94d181 #d1be81

Monochromatic Colors of #bcd181

#bcd181

Complementary Color

#bcd181 #9681d1

#bcd181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd181 Color CSS Codes

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

#bcd181 Text Font Color

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

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


#bcd181 Background Color

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

This div background color is #bcd181


#bcd181 Border Color

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

This div border color is #bcd181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd181


Comments

No comments written yet.

Please login to write comment.