Color Hex Logo

#c0dd9d Color Hex

#C0DD9D
(192,221,157)
0 Favorites   0 Comments

Color spaces of #c0dd9d

RGB 192221157
HSL0.240.480.74
HSV87°29°87°
CMYK 0.130.000.29   0.13
XYZ53.680565.353741.6836
Yxy65.35370.33400.4066
Hunter Lab80.8416-22.945226.0180
CIE-Lab84.6657-20.606328.3397

#c0dd9d color RGB value is (192,221,157).

#c0dd9d hex color red value is 192, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c0dd9d hue: 0.24 , saturation: 0.48 and the lightness value of c0dd9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011101 10011101
Octal 300 335 235
Decimal 192 221 157
Hex C0 DD 9D

RGB Percentages of Color #c0dd9d

%33.68
%38.77
%27.54

CMYK Percentages of Color #c0dd9d

%13
%0
%29
%13

Triadic Colors of #c0dd9d

#c0dd9d #9dc0dd #dd9dc0

Analogous Colors of #c0dd9d

#c0dd9d #a0dd9d #ddda9d

Monochromatic Colors of #c0dd9d

#c0dd9d

Complementary Color

#c0dd9d #ba9ddd

#c0dd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0dd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0dd9d Color CSS Codes

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

#c0dd9d Text Font Color

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

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


#c0dd9d Background Color

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

This div background color is #c0dd9d


#c0dd9d Border Color

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

This div border color is #c0dd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0dd9d


Comments

No comments written yet.

Please login to write comment.