Color Hex Logo

#c5d1be Color Hex

#C5D1BE
(197,209,190)
0 Favorites   0 Comments

Color spaces of #c5d1be

RGB 197209190
HSL0.270.170.78
HSV98°82°
CMYK 0.060.000.09   0.18
XYZ55.120761.189057.6207
Yxy61.18900.31690.3518
Hunter Lab78.2234-11.109611.0823
CIE-Lab82.4802-7.52288.0217

#c5d1be color RGB value is (197,209,190).

#c5d1be hex color red value is 197, green value is 209 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c5d1be hue: 0.27 , saturation: 0.17 and the lightness value of c5d1be is 0.78.

The process color (four color CMYK) of #c5d1be color hex is 0.06, 0.00, 0.09, 0.18. Web safe color of #c5d1be is #cccccc. Color #c5d1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010001 10111110
Octal 305 321 276
Decimal 197 209 190
Hex C5 D1 BE

RGB Percentages of Color #c5d1be

%33.05
%35.07
%31.88

CMYK Percentages of Color #c5d1be

%6
%0
%9
%18

Triadic Colors of #c5d1be

#c5d1be #bec5d1 #d1bec5

Analogous Colors of #c5d1be

#c5d1be #bed1c1 #cfd1be

Monochromatic Colors of #c5d1be

#c5d1be

Complementary Color

#c5d1be #cabed1

#c5d1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d1be Color CSS Codes

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

#c5d1be Text Font Color

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

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


#c5d1be Background Color

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

This div background color is #c5d1be


#c5d1be Border Color

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

This div border color is #c5d1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d1be


Comments

No comments written yet.

Please login to write comment.