Color Hex Logo

#c5cebe Color Hex

#C5CEBE
(197,206,190)
0 Favorites   0 Comments

Color spaces of #c5cebe

RGB 197206190
HSL0.260.140.78
HSV94°81°
CMYK 0.040.000.08   0.19
XYZ54.391559.730657.3776
Yxy59.73060.31720.3483
Hunter Lab77.2856-9.626310.0824
CIE-Lab81.6915-5.97016.8897

#c5cebe color RGB value is (197,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 10111110
Octal 305 316 276
Decimal 197 206 190
Hex C5 CE BE

RGB Percentages of Color #c5cebe

%33.22
%34.74
%32.04

CMYK Percentages of Color #c5cebe

%4
%0
%8
%19

Triadic Colors of #c5cebe

#c5cebe #bec5ce #cebec5

Analogous Colors of #c5cebe

#c5cebe #becebf #cdcebe

Monochromatic Colors of #c5cebe

#c5cebe

Complementary Color

#c5cebe #c7bece

#c5cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cebe Color CSS Codes

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

#c5cebe Text Font Color

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

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


#c5cebe Background Color

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

This div background color is #c5cebe


#c5cebe Border Color

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

This div border color is #c5cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cebe


Comments

No comments written yet.

Please login to write comment.