Color Hex Logo

#c4cdfe Color Hex

#C4CDFE
(196,205,254)
0 Favorites   0 Comments

Color spaces of #c4cdfe

RGB 196205254
HSL0.640.970.88
HSV231°23°100°
CMYK 0.230.190.00   0.00
XYZ62.485762.5542102.5467
Yxy62.55420.27460.2749
Hunter Lab79.09122.6136-21.5093
CIE-Lab83.20737.1436-24.9956

#c4cdfe color RGB value is (196,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001101 11111110
Octal 304 315 376
Decimal 196 205 254
Hex C4 CD FE

RGB Percentages of Color #c4cdfe

%29.92
%31.30
%38.78

CMYK Percentages of Color #c4cdfe

%23
%19
%0
%0

Triadic Colors of #c4cdfe

#c4cdfe #fec4cd #cdfec4

Analogous Colors of #c4cdfe

#c4cdfe #d8c4fe #c4eafe

Monochromatic Colors of #c4cdfe

#c4cdfe

Complementary Color

#c4cdfe #fef5c4

#c4cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cdfe Color CSS Codes

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

#c4cdfe Text Font Color

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

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


#c4cdfe Background Color

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

This div background color is #c4cdfe


#c4cdfe Border Color

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

This div border color is #c4cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cdfe


Comments

No comments written yet.

Please login to write comment.