Color Hex Logo

#c4dadf Color Hex

#C4DADF
(196,218,223)
0 Favorites   0 Comments

Color spaces of #c4dadf

RGB 196218223
HSL0.530.300.82
HSV191°12°87°
CMYK 0.120.020.00   0.13
XYZ61.155667.206379.5609
Yxy67.20630.29410.3232
Hunter Lab81.9794-10.3054-0.1552
CIE-Lab85.6080-6.3114-4.9536

#c4dadf color RGB value is (196,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011010 11011111
Octal 304 332 337
Decimal 196 218 223
Hex C4 DA DF

RGB Percentages of Color #c4dadf

%30.77
%34.22
%35.01

CMYK Percentages of Color #c4dadf

%12
%2
%0
%13

Triadic Colors of #c4dadf

#c4dadf #dfc4da #dadfc4

Analogous Colors of #c4dadf

#c4dadf #c4cddf #c4dfd7

Monochromatic Colors of #c4dadf

#c4dadf

Complementary Color

#c4dadf #dfc9c4

#c4dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dadf Color CSS Codes

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

#c4dadf Text Font Color

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

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


#c4dadf Background Color

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

This div background color is #c4dadf


#c4dadf Border Color

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

This div border color is #c4dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dadf


Comments

No comments written yet.

Please login to write comment.