Color Hex Logo

#bcdd8a Color Hex

#BCDD8A
(188,221,138)
0 Favorites   0 Comments

Color spaces of #bcdd8a

RGB 188221138
HSL0.230.550.70
HSV84°38°87°
CMYK 0.150.000.38   0.13
XYZ51.182964.239233.7465
Yxy64.23920.34310.4306
Hunter Lab80.1494-26.272431.1408
CIE-Lab84.0902-24.637637.2209

#bcdd8a color RGB value is (188,221,138).

#bcdd8a hex color red value is 188, green value is 221 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bcdd8a hue: 0.23 , saturation: 0.55 and the lightness value of bcdd8a is 0.70.

The process color (four color CMYK) of #bcdd8a color hex is 0.15, 0.00, 0.38, 0.13. Web safe color of #bcdd8a is #cccc99. Color #bcdd8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10001010
Octal 274 335 212
Decimal 188 221 138
Hex BC DD 8A

RGB Percentages of Color #bcdd8a

%34.37
%40.40
%25.23

CMYK Percentages of Color #bcdd8a

%15
%0
%38
%13

Triadic Colors of #bcdd8a

#bcdd8a #8abcdd #dd8abc

Analogous Colors of #bcdd8a

#bcdd8a #93dd8a #ddd58a

Monochromatic Colors of #bcdd8a

#bcdd8a

Complementary Color

#bcdd8a #ab8add

#bcdd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd8a Color CSS Codes

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

#bcdd8a Text Font Color

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

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


#bcdd8a Background Color

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

This div background color is #bcdd8a


#bcdd8a Border Color

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

This div border color is #bcdd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd8a


Comments

No comments written yet.

Please login to write comment.