Color Hex Logo

#c4cebe Color Hex

#C4CEBE
(196,206,190)
0 Favorites   0 Comments

Color spaces of #c4cebe

RGB 196206190
HSL0.270.140.78
HSV98°81°
CMYK 0.050.000.08   0.19
XYZ54.130559.596157.3654
Yxy59.59610.31640.3483
Hunter Lab77.1985-9.93579.9812
CIE-Lab81.6182-6.31886.7746

#c4cebe color RGB value is (196,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 10111110
Octal 304 316 276
Decimal 196 206 190
Hex C4 CE BE

RGB Percentages of Color #c4cebe

%33.11
%34.80
%32.09

CMYK Percentages of Color #c4cebe

%5
%0
%8
%19

Triadic Colors of #c4cebe

#c4cebe #bec4ce #cebec4

Analogous Colors of #c4cebe

#c4cebe #becec0 #cccebe

Monochromatic Colors of #c4cebe

#c4cebe

Complementary Color

#c4cebe #c8bece

#c4cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cebe Color CSS Codes

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

#c4cebe Text Font Color

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

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


#c4cebe Background Color

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

This div background color is #c4cebe


#c4cebe Border Color

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

This div border color is #c4cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cebe


Comments

No comments written yet.

Please login to write comment.