Color Hex Logo

#c4bafe Color Hex

#C4BAFE
(196,186,254)
0 Favorites   0 Comments

Color spaces of #c4bafe

RGB 196186254
HSL0.690.970.86
HSV249°27°100°
CMYK 0.230.270.00   0.00
XYZ58.213254.0093101.1226
Yxy54.00930.27290.2532
Hunter Lab73.491012.7829-30.1385
CIE-Lab78.467217.4313-32.2565

#c4bafe color RGB value is (196,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 11111110
Octal 304 272 376
Decimal 196 186 254
Hex C4 BA FE

RGB Percentages of Color #c4bafe

%30.82
%29.25
%39.94

CMYK Percentages of Color #c4bafe

%23
%27
%0
%0

Triadic Colors of #c4bafe

#c4bafe #fec4ba #bafec4

Analogous Colors of #c4bafe

#c4bafe #e6bafe #bad2fe

Monochromatic Colors of #c4bafe

#c4bafe

Complementary Color

#c4bafe #f4feba

#c4bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bafe Color CSS Codes

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

#c4bafe Text Font Color

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

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


#c4bafe Background Color

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

This div background color is #c4bafe


#c4bafe Border Color

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

This div border color is #c4bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bafe

Related Colors


Comments

No comments written yet.

Please login to write comment.