Color Hex Logo

#bcd085 Color Hex

#BCD085
(188,208,133)
0 Favorites   0 Comments

Color spaces of #bcd085

RGB 188208133
HSL0.210.440.67
HSV76°36°82°
CMYK 0.100.000.36   0.18
XYZ47.528657.496630.7832
Yxy57.49660.35000.4234
Hunter Lab75.8265-20.811329.0087
CIE-Lab80.4581-18.903235.0424

#bcd085 color RGB value is (188,208,133).

#bcd085 hex color red value is 188, green value is 208 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bcd085 hue: 0.21 , saturation: 0.44 and the lightness value of bcd085 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10000101
Octal 274 320 205
Decimal 188 208 133
Hex BC D0 85

RGB Percentages of Color #bcd085

%35.54
%39.32
%25.14

CMYK Percentages of Color #bcd085

%10
%0
%36
%18

Triadic Colors of #bcd085

#bcd085 #85bcd0 #d085bc

Analogous Colors of #bcd085

#bcd085 #97d085 #d0bf85

Monochromatic Colors of #bcd085

#bcd085

Complementary Color

#bcd085 #9985d0

#bcd085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd085 Color CSS Codes

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

#bcd085 Text Font Color

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

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


#bcd085 Background Color

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

This div background color is #bcd085


#bcd085 Border Color

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

This div border color is #bcd085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd085


Comments

No comments written yet.

Please login to write comment.