Color Hex Logo

#bcdfc8 Color Hex

#BCDFC8
(188,223,200)
0 Favorites   0 Comments

Color spaces of #bcdfc8

RGB 188223200
HSL0.390.350.81
HSV141°16°87°
CMYK 0.160.000.10   0.13
XYZ57.552067.636864.6655
Yxy67.63680.30310.3563
Hunter Lab82.2416-19.009910.9502
CIE-Lab85.8245-15.89527.4467

#bcdfc8 color RGB value is (188,223,200).

#bcdfc8 hex color red value is 188, green value is 223 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bcdfc8 hue: 0.39 , saturation: 0.35 and the lightness value of bcdfc8 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11001000
Octal 274 337 310
Decimal 188 223 200
Hex BC DF C8

RGB Percentages of Color #bcdfc8

%30.77
%36.50
%32.73

CMYK Percentages of Color #bcdfc8

%16
%0
%10
%13

Triadic Colors of #bcdfc8

#bcdfc8 #c8bcdf #dfc8bc

Analogous Colors of #bcdfc8

#bcdfc8 #bcdfda #c2dfbc

Monochromatic Colors of #bcdfc8

#bcdfc8

Complementary Color

#bcdfc8 #dfbcd3

#bcdfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfc8 Color CSS Codes

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

#bcdfc8 Text Font Color

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

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


#bcdfc8 Background Color

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

This div background color is #bcdfc8


#bcdfc8 Border Color

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

This div border color is #bcdfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfc8


Comments

No comments written yet.

Please login to write comment.