Color Hex Logo

#c4bffe Color Hex

#C4BFFE
(196,191,254)
0 Favorites   0 Comments

Color spaces of #c4bffe

RGB 196191254
HSL0.680.970.87
HSV245°25°100°
CMYK 0.230.250.00   0.00
XYZ59.285156.1531101.4799
Yxy56.15310.27330.2589
Hunter Lab74.935410.0833-27.8377
CIE-Lab79.700914.7039-30.3589

#c4bffe color RGB value is (196,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 11111110
Octal 304 277 376
Decimal 196 191 254
Hex C4 BF FE

RGB Percentages of Color #c4bffe

%30.58
%29.80
%39.63

CMYK Percentages of Color #c4bffe

%23
%25
%0
%0

Triadic Colors of #c4bffe

#c4bffe #fec4bf #bffec4

Analogous Colors of #c4bffe

#c4bffe #e4bffe #bfdafe

Monochromatic Colors of #c4bffe

#c4bffe

Complementary Color

#c4bffe #f9febf

#c4bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bffe Color CSS Codes

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

#c4bffe Text Font Color

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

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


#c4bffe Background Color

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

This div background color is #c4bffe


#c4bffe Border Color

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

This div border color is #c4bffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,191,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 #c4bffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bffe


Comments

No comments written yet.

Please login to write comment.