Color Hex Logo

#c4ceb4 Color Hex

#C4CEB4
(196,206,180)
0 Favorites   0 Comments

Color spaces of #c4ceb4

RGB 196206180
HSL0.230.210.76
HSV83°13°81°
CMYK 0.050.000.13   0.19
XYZ53.074559.173751.8044
Yxy59.17370.32350.3607
Hunter Lab76.9244-11.460613.9185
CIE-Lab81.3870-8.035211.7741

#c4ceb4 color RGB value is (196,206,180).

#c4ceb4 hex color red value is 196, green value is 206 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #c4ceb4 hue: 0.23 , saturation: 0.21 and the lightness value of c4ceb4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 10110100
Octal 304 316 264
Decimal 196 206 180
Hex C4 CE B4

RGB Percentages of Color #c4ceb4

%33.68
%35.40
%30.93

CMYK Percentages of Color #c4ceb4

%5
%0
%13
%19

Triadic Colors of #c4ceb4

#c4ceb4 #b4c4ce #ceb4c4

Analogous Colors of #c4ceb4

#c4ceb4 #b7ceb4 #cecbb4

Monochromatic Colors of #c4ceb4

#c4ceb4

Complementary Color

#c4ceb4 #beb4ce

#c4ceb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ceb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ceb4 Color CSS Codes

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

#c4ceb4 Text Font Color

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

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


#c4ceb4 Background Color

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

This div background color is #c4ceb4


#c4ceb4 Border Color

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

This div border color is #c4ceb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,206,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ceb4


Comments

No comments written yet.

Please login to write comment.