Color Hex Logo

#c3dede Color Hex

#C3DEDE
(195,222,222)
1 Favorites   0 Comments

Color spaces of #c3dede

RGB 195222222
HSL0.500.290.82
HSV180°12°87°
CMYK 0.120.000.00   0.13
XYZ61.811869.118679.1906
Yxy69.11860.29420.3289
Hunter Lab83.1376-12.77821.7211
CIE-Lab86.5627-8.8882-3.0277

#c3dede color RGB value is (195,222,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011110 11011110
Octal 303 336 336
Decimal 195 222 222
Hex C3 DE DE

RGB Percentages of Color #c3dede

%30.52
%34.74
%34.74

CMYK Percentages of Color #c3dede

%12
%0
%0
%13

Triadic Colors of #c3dede

#c3dede #dec3de #dedec3

Analogous Colors of #c3dede

#c3dede #c3d1de #c3ded1

Monochromatic Colors of #c3dede

#c3dede

Complementary Color

#c3dede #dec3c3

#c3dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dede Color CSS Codes

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

#c3dede Text Font Color

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

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


#c3dede Background Color

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

This div background color is #c3dede


#c3dede Border Color

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

This div border color is #c3dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dede


Comments

No comments written yet.

Please login to write comment.