Color Hex Logo

#c4dedf Color Hex

#C4DEDF
(196,222,223)
0 Favorites   0 Comments

Color spaces of #c4dedf

RGB 196222223
HSL0.510.300.82
HSV182°12°87°
CMYK 0.120.000.00   0.13
XYZ62.205569.306079.9109
Yxy69.30600.29420.3278
Hunter Lab83.2502-12.31071.3634
CIE-Lab86.6554-8.3696-3.4117

#c4dedf color RGB value is (196,222,223).

#c4dedf hex color red value is 196, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c4dedf hue: 0.51 , saturation: 0.30 and the lightness value of c4dedf is 0.82.

The process color (four color CMYK) of #c4dedf color hex is 0.12, 0.00, 0.00, 0.13. Web safe color of #c4dedf is #cccccc. Color #c4dedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011110 11011111
Octal 304 336 337
Decimal 196 222 223
Hex C4 DE DF

RGB Percentages of Color #c4dedf

%30.58
%34.63
%34.79

CMYK Percentages of Color #c4dedf

%12
%0
%0
%13

Triadic Colors of #c4dedf

#c4dedf #dfc4de #dedfc4

Analogous Colors of #c4dedf

#c4dedf #c4d1df #c4dfd3

Monochromatic Colors of #c4dedf

#c4dedf

Complementary Color

#c4dedf #dfc5c4

#c4dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dedf Color CSS Codes

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

#c4dedf Text Font Color

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

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


#c4dedf Background Color

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

This div background color is #c4dedf


#c4dedf Border Color

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

This div border color is #c4dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dedf


Comments

No comments written yet.

Please login to write comment.