Color Hex Logo

#c5dddd Color Hex

#C5DDDD
(197,221,221)
0 Favorites   0 Comments

Color spaces of #c5dddd

RGB 197221221
HSL0.500.260.82
HSV180°11°87°
CMYK 0.110.000.00   0.13
XYZ61.933668.803778.4228
Yxy68.80370.29610.3290
Hunter Lab82.9480-11.88092.0081
CIE-Lab86.4068-7.9315-2.7134

#c5dddd color RGB value is (197,221,221).

#c5dddd hex color red value is 197, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c5dddd hue: 0.50 , saturation: 0.26 and the lightness value of c5dddd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 11011101
Octal 305 335 335
Decimal 197 221 221
Hex C5 DD DD

RGB Percentages of Color #c5dddd

%30.83
%34.59
%34.59

CMYK Percentages of Color #c5dddd

%11
%0
%0
%13

Triadic Colors of #c5dddd

#c5dddd #ddc5dd #ddddc5

Analogous Colors of #c5dddd

#c5dddd #c5d1dd #c5ddd1

Monochromatic Colors of #c5dddd

#c5dddd

Complementary Color

#c5dddd #ddc5c5

#c5dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dddd Color CSS Codes

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

#c5dddd Text Font Color

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

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


#c5dddd Background Color

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

This div background color is #c5dddd


#c5dddd Border Color

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

This div border color is #c5dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dddd


Comments

No comments written yet.

Please login to write comment.