Color Hex Logo

#c3ddaa Color Hex

#C3DDAA
(195,221,170)
0 Favorites   0 Comments

Color spaces of #c3ddaa

RGB 195221170
HSL0.250.430.77
HSV91°23°87°
CMYK 0.120.000.23   0.13
XYZ55.617866.217347.8801
Yxy66.21730.32770.3902
Hunter Lab81.3740-20.402722.0758
CIE-Lab85.1071-17.595922.2346

#c3ddaa color RGB value is (195,221,170).

#c3ddaa hex color red value is 195, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c3ddaa hue: 0.25 , saturation: 0.43 and the lightness value of c3ddaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011101 10101010
Octal 303 335 252
Decimal 195 221 170
Hex C3 DD AA

RGB Percentages of Color #c3ddaa

%33.28
%37.71
%29.01

CMYK Percentages of Color #c3ddaa

%12
%0
%23
%13

Triadic Colors of #c3ddaa

#c3ddaa #aac3dd #ddaac3

Analogous Colors of #c3ddaa

#c3ddaa #aaddab #ddddaa

Monochromatic Colors of #c3ddaa

#c3ddaa

Complementary Color

#c3ddaa #c4aadd

#c3ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ddaa Color CSS Codes

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

#c3ddaa Text Font Color

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

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


#c3ddaa Background Color

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

This div background color is #c3ddaa


#c3ddaa Border Color

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

This div border color is #c3ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ddaa


Comments

No comments written yet.

Please login to write comment.