Color Hex Logo

#c4ddff Color Hex

#C4DDFF
(196,221,255)
0 Favorites   0 Comments

Color spaces of #c4ddff

RGB 196221255
HSL0.601.000.88
HSV215°23°100°
CMYK 0.230.130.00   0.00
XYZ66.671470.6687104.7342
Yxy70.66870.27540.2919
Hunter Lab84.0647-5.5455-15.0227
CIE-Lab87.3238-1.1014-19.2823

#c4ddff color RGB value is (196,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 11111111
Octal 304 335 377
Decimal 196 221 255
Hex C4 DD FF

RGB Percentages of Color #c4ddff

%29.17
%32.89
%37.95

CMYK Percentages of Color #c4ddff

%23
%13
%0
%0

Triadic Colors of #c4ddff

#c4ddff #ffc4dd #ddffc4

Analogous Colors of #c4ddff

#c4ddff #c9c4ff #c4fbff

Monochromatic Colors of #c4ddff

#c4ddff

Complementary Color

#c4ddff #ffe6c4

#c4ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddff Color CSS Codes

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

#c4ddff Text Font Color

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

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


#c4ddff Background Color

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

This div background color is #c4ddff


#c4ddff Border Color

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

This div border color is #c4ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddff


Comments

No comments written yet.

Please login to write comment.