Color Hex Logo

#c3dedf Color Hex

#C3DEDF
(195,222,223)
0 Favorites   0 Comments

Color spaces of #c3dedf

RGB 195222223
HSL0.510.300.82
HSV182°13°87°
CMYK 0.130.000.00   0.13
XYZ61.946269.172479.8987
Yxy69.17240.29360.3278
Hunter Lab83.1699-12.59801.2610
CIE-Lab86.5893-8.6892-3.5163

#c3dedf color RGB value is (195,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011110 11011111
Octal 303 336 337
Decimal 195 222 223
Hex C3 DE DF

RGB Percentages of Color #c3dedf

%30.47
%34.69
%34.84

CMYK Percentages of Color #c3dedf

%13
%0
%0
%13

Triadic Colors of #c3dedf

#c3dedf #dfc3de #dedfc3

Analogous Colors of #c3dedf

#c3dedf #c3d0df #c3dfd2

Monochromatic Colors of #c3dedf

#c3dedf

Complementary Color

#c3dedf #dfc4c3

#c3dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dedf Color CSS Codes

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

#c3dedf Text Font Color

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

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


#c3dedf Background Color

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

This div background color is #c3dedf


#c3dedf Border Color

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

This div border color is #c3dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dedf


Comments

No comments written yet.

Please login to write comment.