Color Hex Logo

#bcd782 Color Hex

#BCD782
(188,215,130)
0 Favorites   0 Comments

Color spaces of #bcd782

RGB 188215130
HSL0.220.520.68
HSV79°40°84°
CMYK 0.130.000.40   0.16
XYZ49.068760.903930.2885
Yxy60.90390.34980.4342
Hunter Lab78.0410-24.338831.6176
CIE-Lab82.3271-22.717938.9717

#bcd782 color RGB value is (188,215,130).

#bcd782 hex color red value is 188, green value is 215 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bcd782 hue: 0.22 , saturation: 0.52 and the lightness value of bcd782 is 0.68.

The process color (four color CMYK) of #bcd782 color hex is 0.13, 0.00, 0.40, 0.16. Web safe color of #bcd782 is #cccc99. Color #bcd782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 10000010
Octal 274 327 202
Decimal 188 215 130
Hex BC D7 82

RGB Percentages of Color #bcd782

%35.27
%40.34
%24.39

CMYK Percentages of Color #bcd782

%13
%0
%40
%16

Triadic Colors of #bcd782

#bcd782 #82bcd7 #d782bc

Analogous Colors of #bcd782

#bcd782 #92d782 #d7c882

Monochromatic Colors of #bcd782

#bcd782

Complementary Color

#bcd782 #9d82d7

#bcd782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd782 Color CSS Codes

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

#bcd782 Text Font Color

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

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


#bcd782 Background Color

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

This div background color is #bcd782


#bcd782 Border Color

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

This div border color is #bcd782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd782


Comments

No comments written yet.

Please login to write comment.