Color Hex Logo

#bcdda9 Color Hex

#BCDDA9
(188,221,169)
0 Favorites   0 Comments

Color spaces of #bcdda9

RGB 188221169
HSL0.270.430.76
HSV98°24°87°
CMYK 0.150.000.24   0.13
XYZ53.756965.268847.3010
Yxy65.26880.32320.3924
Hunter Lab80.7891-22.607421.8388
CIE-Lab84.6221-20.222322.0139

#bcdda9 color RGB value is (188,221,169).

#bcdda9 hex color red value is 188, green value is 221 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bcdda9 hue: 0.27 , saturation: 0.43 and the lightness value of bcdda9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10101001
Octal 274 335 251
Decimal 188 221 169
Hex BC DD A9

RGB Percentages of Color #bcdda9

%32.53
%38.24
%29.24

CMYK Percentages of Color #bcdda9

%15
%0
%24
%13

Triadic Colors of #bcdda9

#bcdda9 #a9bcdd #dda9bc

Analogous Colors of #bcdda9

#bcdda9 #a9ddb0 #d6dda9

Monochromatic Colors of #bcdda9

#bcdda9

Complementary Color

#bcdda9 #caa9dd

#bcdda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdda9 Color CSS Codes

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

#bcdda9 Text Font Color

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

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


#bcdda9 Background Color

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

This div background color is #bcdda9


#bcdda9 Border Color

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

This div border color is #bcdda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdda9


Comments

No comments written yet.

Please login to write comment.