Color Hex Logo

#c2d5bc Color Hex

#C2D5BC
(194,213,188)
0 Favorites   0 Comments

Color spaces of #c2d5bc

RGB 194213188
HSL0.290.230.79
HSV106°12°84°
CMYK 0.090.000.12   0.16
XYZ55.119562.688756.7720
Yxy62.68870.31570.3591
Hunter Lab79.1762-14.293312.9104
CIE-Lab83.2783-10.965810.1959

#c2d5bc color RGB value is (194,213,188).

#c2d5bc hex color red value is 194, green value is 213 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2d5bc hue: 0.29 , saturation: 0.23 and the lightness value of c2d5bc is 0.79.

The process color (four color CMYK) of #c2d5bc color hex is 0.09, 0.00, 0.12, 0.16. Web safe color of #c2d5bc is #cccccc. Color #c2d5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010101 10111100
Octal 302 325 274
Decimal 194 213 188
Hex C2 D5 BC

RGB Percentages of Color #c2d5bc

%32.61
%35.80
%31.60

CMYK Percentages of Color #c2d5bc

%9
%0
%12
%16

Triadic Colors of #c2d5bc

#c2d5bc #bcc2d5 #d5bcc2

Analogous Colors of #c2d5bc

#c2d5bc #bcd5c3 #cfd5bc

Monochromatic Colors of #c2d5bc

#c2d5bc

Complementary Color

#c2d5bc #cfbcd5

#c2d5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d5bc Color CSS Codes

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

#c2d5bc Text Font Color

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

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


#c2d5bc Background Color

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

This div background color is #c2d5bc


#c2d5bc Border Color

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

This div border color is #c2d5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d5bc


Comments

No comments written yet.

Please login to write comment.