Color Hex Logo

#c4ddfa Color Hex

#C4DDFA
(196,221,250)
0 Favorites   0 Comments

Color spaces of #c4ddfa

RGB 196221250
HSL0.590.840.87
HSV212°22°98°
CMYK 0.220.120.00   0.02
XYZ65.876770.3508100.5495
Yxy70.35080.27820.2971
Hunter Lab83.8754-6.5859-12.3639
CIE-Lab87.1686-2.2047-16.8846

#c4ddfa color RGB value is (196,221,250).

#c4ddfa hex color red value is 196, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c4ddfa hue: 0.59 , saturation: 0.84 and the lightness value of c4ddfa is 0.87.

The process color (four color CMYK) of #c4ddfa color hex is 0.22, 0.12, 0.00, 0.02. Web safe color of #c4ddfa is #ccccff. Color #c4ddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 11111010
Octal 304 335 372
Decimal 196 221 250
Hex C4 DD FA

RGB Percentages of Color #c4ddfa

%29.39
%33.13
%37.48

CMYK Percentages of Color #c4ddfa

%22
%12
%0
%2

Triadic Colors of #c4ddfa

#c4ddfa #fac4dd #ddfac4

Analogous Colors of #c4ddfa

#c4ddfa #c6c4fa #c4f8fa

Monochromatic Colors of #c4ddfa

#c4ddfa

Complementary Color

#c4ddfa #fae1c4

#c4ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddfa Color CSS Codes

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

#c4ddfa Text Font Color

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

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


#c4ddfa Background Color

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

This div background color is #c4ddfa


#c4ddfa Border Color

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

This div border color is #c4ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddfa


Comments

No comments written yet.

Please login to write comment.