Color Hex Logo

#c4b6eb Color Hex

#C4B6EB
(196,182,235)
0 Favorites   0 Comments

Color spaces of #c4b6eb

RGB 196182235
HSL0.710.570.82
HSV256°23°92°
CMYK 0.170.230.00   0.08
XYZ54.488351.189885.6060
Yxy51.18980.28490.2676
Hunter Lab71.547010.7334-20.8575
CIE-Lab76.793815.3868-24.6020

#c4b6eb color RGB value is (196,182,235).

#c4b6eb hex color red value is 196, green value is 182 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c4b6eb hue: 0.71 , saturation: 0.57 and the lightness value of c4b6eb is 0.82.

The process color (four color CMYK) of #c4b6eb color hex is 0.17, 0.23, 0.00, 0.08. Web safe color of #c4b6eb is #ccccff. Color #c4b6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110110 11101011
Octal 304 266 353
Decimal 196 182 235
Hex C4 B6 EB

RGB Percentages of Color #c4b6eb

%31.97
%29.69
%38.34

CMYK Percentages of Color #c4b6eb

%17
%23
%0
%8

Triadic Colors of #c4b6eb

#c4b6eb #ebc4b6 #b6ebc4

Analogous Colors of #c4b6eb

#c4b6eb #dfb6eb #b6c3eb

Monochromatic Colors of #c4b6eb

#c4b6eb

Complementary Color

#c4b6eb #ddebb6

#c4b6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b6eb Color CSS Codes

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

#c4b6eb Text Font Color

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

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


#c4b6eb Background Color

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

This div background color is #c4b6eb


#c4b6eb Border Color

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

This div border color is #c4b6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b6eb


Comments

No comments written yet.

Please login to write comment.