Color Hex Logo

#c4ddda Color Hex

#C4DDDA
(196,221,218)
0 Favorites   0 Comments

Color spaces of #c4ddda

RGB 196221218
HSL0.480.270.82
HSV173°11°87°
CMYK 0.110.000.01   0.13
XYZ61.276368.510676.3239
Yxy68.51060.29730.3324
Hunter Lab82.7711-12.70413.2680
CIE-Lab86.2611-8.8428-1.3506

#c4ddda color RGB value is (196,221,218).

#c4ddda hex color red value is 196, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c4ddda hue: 0.48 , saturation: 0.27 and the lightness value of c4ddda is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 11011010
Octal 304 335 332
Decimal 196 221 218
Hex C4 DD DA

RGB Percentages of Color #c4ddda

%30.87
%34.80
%34.33

CMYK Percentages of Color #c4ddda

%11
%0
%1
%13

Triadic Colors of #c4ddda

#c4ddda #dac4dd #dddac4

Analogous Colors of #c4ddda

#c4ddda #c4d4dd #c4ddce

Monochromatic Colors of #c4ddda

#c4ddda

Complementary Color

#c4ddda #ddc4c7

#c4ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddda Color CSS Codes

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

#c4ddda Text Font Color

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

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


#c4ddda Background Color

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

This div background color is #c4ddda


#c4ddda Border Color

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

This div border color is #c4ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddda


Comments

No comments written yet.

Please login to write comment.