Color Hex Logo

#c4bafc Color Hex

#C4BAFC
(196,186,252)
0 Favorites   0 Comments

Color spaces of #c4bafc

RGB 196186252
HSL0.690.920.86
HSV249°26°99°
CMYK 0.220.260.00   0.01
XYZ57.894553.881899.4443
Yxy53.88180.27410.2551
Hunter Lab73.404212.3270-28.9401
CIE-Lab78.392816.9757-31.2992

#c4bafc color RGB value is (196,186,252).

#c4bafc hex color red value is 196, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c4bafc hue: 0.69 , saturation: 0.92 and the lightness value of c4bafc is 0.86.

The process color (four color CMYK) of #c4bafc color hex is 0.22, 0.26, 0.00, 0.01. Web safe color of #c4bafc is #ccccff. Color #c4bafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11111100
Octal 304 272 374
Decimal 196 186 252
Hex C4 BA FC

RGB Percentages of Color #c4bafc

%30.91
%29.34
%39.75

CMYK Percentages of Color #c4bafc

%22
%26
%0
%1

Triadic Colors of #c4bafc

#c4bafc #fcc4ba #bafcc4

Analogous Colors of #c4bafc

#c4bafc #e5bafc #bad1fc

Monochromatic Colors of #c4bafc

#c4bafc

Complementary Color

#c4bafc #f2fcba

#c4bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bafc Color CSS Codes

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

#c4bafc Text Font Color

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

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


#c4bafc Background Color

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

This div background color is #c4bafc


#c4bafc Border Color

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

This div border color is #c4bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bafc


Comments

No comments written yet.

Please login to write comment.