Color Hex Logo

#c7dadf Color Hex

#C7DADF
(199,218,223)
0 Favorites   0 Comments

Color spaces of #c7dadf

RGB 199218223
HSL0.530.270.83
HSV193°11°87°
CMYK 0.110.020.00   0.13
XYZ61.943967.612679.5978
Yxy67.61260.29620.3233
Hunter Lab82.2269-9.42780.1645
CIE-Lab85.8124-5.3455-4.6292

#c7dadf color RGB value is (199,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011010 11011111
Octal 307 332 337
Decimal 199 218 223
Hex C7 DA DF

RGB Percentages of Color #c7dadf

%31.09
%34.06
%34.84

CMYK Percentages of Color #c7dadf

%11
%2
%0
%13

Triadic Colors of #c7dadf

#c7dadf #dfc7da #dadfc7

Analogous Colors of #c7dadf

#c7dadf #c7cedf #c7dfd8

Monochromatic Colors of #c7dadf

#c7dadf

Complementary Color

#c7dadf #dfccc7

#c7dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dadf Color CSS Codes

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

#c7dadf Text Font Color

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

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


#c7dadf Background Color

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

This div background color is #c7dadf


#c7dadf Border Color

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

This div border color is #c7dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dadf


Comments

No comments written yet.

Please login to write comment.