Color Hex Logo

#c5cfbe Color Hex

#C5CFBE
(197,207,190)
0 Favorites   0 Comments

Color spaces of #c5cfbe

RGB 197207190
HSL0.260.150.78
HSV95°81°
CMYK 0.050.000.08   0.19
XYZ54.633060.213757.4581
Yxy60.21370.31710.3495
Hunter Lab77.5975-10.121610.4162
CIE-Lab81.9542-6.48887.2671

#c5cfbe color RGB value is (197,207,190).

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

The process color (four color CMYK) of #c5cfbe color hex is 0.05, 0.00, 0.08, 0.19. Web safe color of #c5cfbe is #cccccc. Color #c5cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001111 10111110
Octal 305 317 276
Decimal 197 207 190
Hex C5 CF BE

RGB Percentages of Color #c5cfbe

%33.16
%34.85
%31.99

CMYK Percentages of Color #c5cfbe

%5
%0
%8
%19

Triadic Colors of #c5cfbe

#c5cfbe #bec5cf #cfbec5

Analogous Colors of #c5cfbe

#c5cfbe #becfc0 #cecfbe

Monochromatic Colors of #c5cfbe

#c5cfbe

Complementary Color

#c5cfbe #c8becf

#c5cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cfbe Color CSS Codes

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

#c5cfbe Text Font Color

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

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


#c5cfbe Background Color

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

This div background color is #c5cfbe


#c5cfbe Border Color

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

This div border color is #c5cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cfbe


Comments

No comments written yet.

Please login to write comment.