Color Hex Logo

#c3d1bc Color Hex

#C3D1BC
(195,209,188)
0 Favorites   0 Comments

Color spaces of #c3d1bc

RGB 195209188
HSL0.280.190.78
HSV100°10°82°
CMYK 0.070.000.10   0.18
XYZ54.383260.833956.4528
Yxy60.83390.31680.3544
Hunter Lab77.9961-12.033111.6837
CIE-Lab82.2894-8.56808.7931

#c3d1bc color RGB value is (195,209,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11010001 10111100
Octal 303 321 274
Decimal 195 209 188
Hex C3 D1 BC

RGB Percentages of Color #c3d1bc

%32.94
%35.30
%31.76

CMYK Percentages of Color #c3d1bc

%7
%0
%10
%18

Triadic Colors of #c3d1bc

#c3d1bc #bcc3d1 #d1bcc3

Analogous Colors of #c3d1bc

#c3d1bc #bcd1c0 #ced1bc

Monochromatic Colors of #c3d1bc

#c3d1bc

Complementary Color

#c3d1bc #cabcd1

#c3d1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3d1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3d1bc Color CSS Codes

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

#c3d1bc Text Font Color

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

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


#c3d1bc Background Color

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

This div background color is #c3d1bc


#c3d1bc Border Color

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

This div border color is #c3d1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3d1bc


Comments

No comments written yet.

Please login to write comment.