Color Hex Logo

#bcdfb2 Color Hex

#BCDFB2
(188,223,178)
0 Favorites   0 Comments

Color spaces of #bcdfb2

RGB 188223178
HSL0.300.410.79
HSV107°20°87°
CMYK 0.160.000.20   0.13
XYZ55.162666.681152.0828
Yxy66.68110.31720.3834
Hunter Lab81.6585-22.320619.3451
CIE-Lab85.3426-19.755118.3150

#bcdfb2 color RGB value is (188,223,178).

#bcdfb2 hex color red value is 188, green value is 223 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bcdfb2 hue: 0.30 , saturation: 0.41 and the lightness value of bcdfb2 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10110010
Octal 274 337 262
Decimal 188 223 178
Hex BC DF B2

RGB Percentages of Color #bcdfb2

%31.92
%37.86
%30.22

CMYK Percentages of Color #bcdfb2

%16
%0
%20
%13

Triadic Colors of #bcdfb2

#bcdfb2 #b2bcdf #dfb2bc

Analogous Colors of #bcdfb2

#bcdfb2 #b2dfbf #d3dfb2

Monochromatic Colors of #bcdfb2

#bcdfb2

Complementary Color

#bcdfb2 #d5b2df

#bcdfb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfb2 Color CSS Codes

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

#bcdfb2 Text Font Color

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

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


#bcdfb2 Background Color

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

This div background color is #bcdfb2


#bcdfb2 Border Color

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

This div border color is #bcdfb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfb2


Comments

No comments written yet.

Please login to write comment.