Color Hex Logo

#c4bbef Color Hex

#C4BBEF
(196,187,239)
0 Favorites   0 Comments

Color spaces of #c4bbef

RGB 196187239
HSL0.700.620.84
HSV250°22°94°
CMYK 0.180.220.00   0.06
XYZ56.115353.508489.0319
Yxy53.50840.28250.2694
Hunter Lab73.14948.9216-20.9586
CIE-Lab78.174213.5306-24.6523

#c4bbef color RGB value is (196,187,239).

#c4bbef hex color red value is 196, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c4bbef hue: 0.70 , saturation: 0.62 and the lightness value of c4bbef is 0.84.

The process color (four color CMYK) of #c4bbef color hex is 0.18, 0.22, 0.00, 0.06. Web safe color of #c4bbef is #ccccff. Color #c4bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 11101111
Octal 304 273 357
Decimal 196 187 239
Hex C4 BB EF

RGB Percentages of Color #c4bbef

%31.51
%30.06
%38.42

CMYK Percentages of Color #c4bbef

%18
%22
%0
%6

Triadic Colors of #c4bbef

#c4bbef #efc4bb #bbefc4

Analogous Colors of #c4bbef

#c4bbef #debbef #bbccef

Monochromatic Colors of #c4bbef

#c4bbef

Complementary Color

#c4bbef #e6efbb

#c4bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbef Color CSS Codes

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

#c4bbef Text Font Color

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

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


#c4bbef Background Color

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

This div background color is #c4bbef


#c4bbef Border Color

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

This div border color is #c4bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbef


Comments

No comments written yet.

Please login to write comment.