Color Hex Logo

#c3dadf Color Hex

#C3DADF
(195,218,223)
0 Favorites   0 Comments

Color spaces of #c3dadf

RGB 195218223
HSL0.530.300.82
HSV191°13°87°
CMYK 0.130.020.00   0.13
XYZ60.896467.072679.5488
Yxy67.07260.29350.3232
Hunter Lab81.8979-10.5949-0.2609
CIE-Lab85.5406-6.6315-5.0608

#c3dadf color RGB value is (195,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011010 11011111
Octal 303 332 337
Decimal 195 218 223
Hex C3 DA DF

RGB Percentages of Color #c3dadf

%30.66
%34.28
%35.06

CMYK Percentages of Color #c3dadf

%13
%2
%0
%13

Triadic Colors of #c3dadf

#c3dadf #dfc3da #dadfc3

Analogous Colors of #c3dadf

#c3dadf #c3ccdf #c3dfd6

Monochromatic Colors of #c3dadf

#c3dadf

Complementary Color

#c3dadf #dfc8c3

#c3dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dadf Color CSS Codes

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

#c3dadf Text Font Color

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

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


#c3dadf Background Color

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

This div background color is #c3dadf


#c3dadf Border Color

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

This div border color is #c3dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dadf


Comments

No comments written yet.

Please login to write comment.