Color Hex Logo

#c5bebf Color Hex

#C5BEBF
(197,190,191)
0 Favorites   0 Comments

Color spaces of #c5bebf

RGB 197190191
HSL0.980.060.76
HSV351°77°
CMYK 0.000.040.03   0.23
XYZ50.843452.458856.7360
Yxy52.45880.31770.3278
Hunter Lab72.4284-1.44624.2558
CIE-Lab77.55442.63250.3611

#c5bebf color RGB value is (197,190,191).

#c5bebf hex color red value is 197, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c5bebf hue: 0.98 , saturation: 0.06 and the lightness value of c5bebf is 0.76.

The process color (four color CMYK) of #c5bebf color hex is 0.00, 0.04, 0.03, 0.23. Web safe color of #c5bebf is #cccccc. Color #c5bebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 10111111
Octal 305 276 277
Decimal 197 190 191
Hex C5 BE BF

RGB Percentages of Color #c5bebf

%34.08
%32.87
%33.04

CMYK Percentages of Color #c5bebf

%0
%4
%3
%23

Triadic Colors of #c5bebf

#c5bebf #bfc5be #bebfc5

Analogous Colors of #c5bebf

#c5bebf #c5c1be #c5bec3

Monochromatic Colors of #c5bebf

#c5bebf

Complementary Color

#c5bebf #bec5c4

#c5bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bebf Color CSS Codes

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

#c5bebf Text Font Color

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

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


#c5bebf Background Color

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

This div background color is #c5bebf


#c5bebf Border Color

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

This div border color is #c5bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bebf


Comments

No comments written yet.

Please login to write comment.