Color Hex Logo

#c4dafc Color Hex

#C4DAFC
(196,218,252)
0 Favorites   0 Comments

Color spaces of #c4dafc

RGB 196218252
HSL0.600.900.88
HSV216°22°99°
CMYK 0.220.130.00   0.01
XYZ65.407068.9068101.9485
Yxy68.90680.27680.2917
Hunter Lab83.0101-4.6204-14.7097
CIE-Lab86.4579-0.1953-19.0092

#c4dafc color RGB value is (196,218,252).

#c4dafc hex color red value is 196, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c4dafc hue: 0.60 , saturation: 0.90 and the lightness value of c4dafc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011010 11111100
Octal 304 332 374
Decimal 196 218 252
Hex C4 DA FC

RGB Percentages of Color #c4dafc

%29.43
%32.73
%37.84

CMYK Percentages of Color #c4dafc

%22
%13
%0
%1

Triadic Colors of #c4dafc

#c4dafc #fcc4da #dafcc4

Analogous Colors of #c4dafc

#c4dafc #cac4fc #c4f6fc

Monochromatic Colors of #c4dafc

#c4dafc

Complementary Color

#c4dafc #fce6c4

#c4dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dafc Color CSS Codes

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

#c4dafc Text Font Color

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

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


#c4dafc Background Color

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

This div background color is #c4dafc


#c4dafc Border Color

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

This div border color is #c4dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dafc


Comments

No comments written yet.

Please login to write comment.