Color Hex Logo

#bcdfa9 Color Hex

#BCDFA9
(188,223,169)
0 Favorites   0 Comments

Color spaces of #bcdfa9

RGB 188223169
HSL0.270.460.77
HSV99°24°87°
CMYK 0.160.000.24   0.13
XYZ54.288166.331347.4780
Yxy66.33130.32300.3946
Hunter Lab81.4440-23.544422.4476
CIE-Lab85.1651-21.205622.7616

#bcdfa9 color RGB value is (188,223,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10101001
Octal 274 337 251
Decimal 188 223 169
Hex BC DF A9

RGB Percentages of Color #bcdfa9

%32.41
%38.45
%29.14

CMYK Percentages of Color #bcdfa9

%16
%0
%24
%13

Triadic Colors of #bcdfa9

#bcdfa9 #a9bcdf #dfa9bc

Analogous Colors of #bcdfa9

#bcdfa9 #a9dfb1 #d7dfa9

Monochromatic Colors of #bcdfa9

#bcdfa9

Complementary Color

#bcdfa9 #cca9df

#bcdfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfa9 Color CSS Codes

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

#bcdfa9 Text Font Color

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

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


#bcdfa9 Background Color

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

This div background color is #bcdfa9


#bcdfa9 Border Color

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

This div border color is #bcdfa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,223,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 #bcdfa9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfa9


Comments

No comments written yet.

Please login to write comment.