Color Hex Logo

#c4dded Color Hex

#C4DDED
(196,221,237)
0 Favorites   0 Comments

Color spaces of #c4dded

RGB 196221237
HSL0.570.530.85
HSV203°17°93°
CMYK 0.170.070.00   0.07
XYZ63.907569.563190.1795
Yxy69.56310.28570.3110
Hunter Lab83.4045-9.1848-5.7230
CIE-Lab86.7821-4.9925-10.6112

#c4dded color RGB value is (196,221,237).

#c4dded hex color red value is 196, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c4dded hue: 0.57 , saturation: 0.53 and the lightness value of c4dded is 0.85.

The process color (four color CMYK) of #c4dded color hex is 0.17, 0.07, 0.00, 0.07. Web safe color of #c4dded is #ccccff. Color #c4dded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 11101101
Octal 304 335 355
Decimal 196 221 237
Hex C4 DD ED

RGB Percentages of Color #c4dded

%29.97
%33.79
%36.24

CMYK Percentages of Color #c4dded

%17
%7
%0
%7

Triadic Colors of #c4dded

#c4dded #edc4dd #ddedc4

Analogous Colors of #c4dded

#c4dded #c4c9ed #c4ede9

Monochromatic Colors of #c4dded

#c4dded

Complementary Color

#c4dded #edd4c4

#c4dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dded Color CSS Codes

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

#c4dded Text Font Color

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

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


#c4dded Background Color

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

This div background color is #c4dded


#c4dded Border Color

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

This div border color is #c4dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dded


Comments

No comments written yet.

Please login to write comment.