Color Hex Logo

#bcdfb7 Color Hex

#BCDFB7
(188,223,183)
0 Favorites   0 Comments

Color spaces of #bcdfb7

RGB 188223183
HSL0.310.380.80
HSV113°18°87°
CMYK 0.160.000.18   0.13
XYZ55.674066.885654.7756
Yxy66.88560.31390.3772
Hunter Lab81.7836-21.607917.5383
CIE-Lab85.4461-18.916315.8430

#bcdfb7 color RGB value is (188,223,183).

#bcdfb7 hex color red value is 188, green value is 223 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bcdfb7 hue: 0.31 , saturation: 0.38 and the lightness value of bcdfb7 is 0.80.

The process color (four color CMYK) of #bcdfb7 color hex is 0.16, 0.00, 0.18, 0.13. Web safe color of #bcdfb7 is #cccccc. Color #bcdfb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10110111
Octal 274 337 267
Decimal 188 223 183
Hex BC DF B7

RGB Percentages of Color #bcdfb7

%31.65
%37.54
%30.81

CMYK Percentages of Color #bcdfb7

%16
%0
%18
%13

Triadic Colors of #bcdfb7

#bcdfb7 #b7bcdf #dfb7bc

Analogous Colors of #bcdfb7

#bcdfb7 #b7dfc6 #d0dfb7

Monochromatic Colors of #bcdfb7

#bcdfb7

Complementary Color

#bcdfb7 #dab7df

#bcdfb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfb7 Color CSS Codes

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

#bcdfb7 Text Font Color

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

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


#bcdfb7 Background Color

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

This div background color is #bcdfb7


#bcdfb7 Border Color

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

This div border color is #bcdfb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfb7


Comments

No comments written yet.

Please login to write comment.