Color Hex Logo

#bcdfb0 Color Hex

#BCDFB0
(188,223,176)
0 Favorites   0 Comments

Color spaces of #bcdfb0

RGB 188223176
HSL0.290.420.78
HSV105°21°87°
CMYK 0.160.000.21   0.13
XYZ54.963266.601351.0328
Yxy66.60130.31840.3859
Hunter Lab81.6096-22.599020.0510
CIE-Lab85.3022-20.083919.3035

#bcdfb0 color RGB value is (188,223,176).

#bcdfb0 hex color red value is 188, green value is 223 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bcdfb0 hue: 0.29 , saturation: 0.42 and the lightness value of bcdfb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10110000
Octal 274 337 260
Decimal 188 223 176
Hex BC DF B0

RGB Percentages of Color #bcdfb0

%32.03
%37.99
%29.98

CMYK Percentages of Color #bcdfb0

%16
%0
%21
%13

Triadic Colors of #bcdfb0

#bcdfb0 #b0bcdf #dfb0bc

Analogous Colors of #bcdfb0

#bcdfb0 #b0dfbc #d4dfb0

Monochromatic Colors of #bcdfb0

#bcdfb0

Complementary Color

#bcdfb0 #d3b0df

#bcdfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfb0 Color CSS Codes

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

#bcdfb0 Text Font Color

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

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


#bcdfb0 Background Color

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

This div background color is #bcdfb0


#bcdfb0 Border Color

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

This div border color is #bcdfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfb0


Comments

No comments written yet.

Please login to write comment.