Color Hex Logo

#c4becd Color Hex

#C4BECD
(196,190,205)
0 Favorites   0 Comments

Color spaces of #c4becd

RGB 196190205
HSL0.730.130.77
HSV264°80°
CMYK 0.040.070.00   0.20
XYZ52.197952.970565.2308
Yxy52.97050.30630.3109
Hunter Lab72.78080.6525-2.1929
CIE-Lab77.85764.8984-6.7779

#c4becd color RGB value is (196,190,205).

#c4becd hex color red value is 196, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c4becd hue: 0.73 , saturation: 0.13 and the lightness value of c4becd is 0.77.

The process color (four color CMYK) of #c4becd color hex is 0.04, 0.07, 0.00, 0.20. Web safe color of #c4becd is #cccccc. Color #c4becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111110 11001101
Octal 304 276 315
Decimal 196 190 205
Hex C4 BE CD

RGB Percentages of Color #c4becd

%33.16
%32.15
%34.69

CMYK Percentages of Color #c4becd

%4
%7
%0
%20

Triadic Colors of #c4becd

#c4becd #cdc4be #becdc4

Analogous Colors of #c4becd

#c4becd #ccbecd #bec0cd

Monochromatic Colors of #c4becd

#c4becd

Complementary Color

#c4becd #c7cdbe

#c4becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4becd Color CSS Codes

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

#c4becd Text Font Color

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

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


#c4becd Background Color

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

This div background color is #c4becd


#c4becd Border Color

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

This div border color is #c4becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4becd


Comments

No comments written yet.

Please login to write comment.