Color Hex Logo

#c4cffe Color Hex

#C4CFFE
(196,207,254)
0 Favorites   0 Comments

Color spaces of #c4cffe

RGB 196207254
HSL0.640.970.88
HSV229°23°100°
CMYK 0.230.190.00   0.00
XYZ62.967263.5172102.7072
Yxy63.51720.27470.2771
Hunter Lab79.69771.5576-20.6192
CIE-Lab83.71386.0743-24.2246

#c4cffe color RGB value is (196,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001111 11111110
Octal 304 317 376
Decimal 196 207 254
Hex C4 CF FE

RGB Percentages of Color #c4cffe

%29.83
%31.51
%38.66

CMYK Percentages of Color #c4cffe

%23
%19
%0
%0

Triadic Colors of #c4cffe

#c4cffe #fec4cf #cffec4

Analogous Colors of #c4cffe

#c4cffe #d6c4fe #c4ecfe

Monochromatic Colors of #c4cffe

#c4cffe

Complementary Color

#c4cffe #fef3c4

#c4cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cffe Color CSS Codes

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

#c4cffe Text Font Color

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

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


#c4cffe Background Color

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

This div background color is #c4cffe


#c4cffe Border Color

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

This div border color is #c4cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cffe


Comments

No comments written yet.

Please login to write comment.