Color Hex Logo

#bcd1c8 Color Hex

#BCD1C8
(188,209,200)
0 Favorites   0 Comments

Color spaces of #bcd1c8

RGB 188209200
HSL0.430.190.78
HSV154°10°82°
CMYK 0.100.000.04   0.18
XYZ53.964860.462463.4697
Yxy60.46240.30330.3399
Hunter Lab77.7576-12.19446.0348
CIE-Lab82.0889-8.77112.0486

#bcd1c8 color RGB value is (188,209,200).

#bcd1c8 hex color red value is 188, green value is 209 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bcd1c8 hue: 0.43 , saturation: 0.19 and the lightness value of bcd1c8 is 0.78.

The process color (four color CMYK) of #bcd1c8 color hex is 0.10, 0.00, 0.04, 0.18. Web safe color of #bcd1c8 is #cccccc. Color #bcd1c8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11001000
Octal 274 321 310
Decimal 188 209 200
Hex BC D1 C8

RGB Percentages of Color #bcd1c8

%31.49
%35.01
%33.50

CMYK Percentages of Color #bcd1c8

%10
%0
%4
%18

Triadic Colors of #bcd1c8

#bcd1c8 #c8bcd1 #d1c8bc

Analogous Colors of #bcd1c8

#bcd1c8 #bcd0d1 #bcd1be

Monochromatic Colors of #bcd1c8

#bcd1c8

Complementary Color

#bcd1c8 #d1bcc5

#bcd1c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1c8 Color CSS Codes

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

#bcd1c8 Text Font Color

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

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


#bcd1c8 Background Color

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

This div background color is #bcd1c8


#bcd1c8 Border Color

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

This div border color is #bcd1c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1c8


Comments

No comments written yet.

Please login to write comment.