Color Hex Logo

#c0d67c Color Hex

#C0D67C
(192,214,124)
0 Favorites   0 Comments

Color spaces of #c0d67c

RGB 192214124
HSL0.210.520.66
HSV75°42°84°
CMYK 0.100.000.42   0.16
XYZ49.422960.754828.1908
Yxy60.75480.35720.4391
Hunter Lab77.9454-23.222733.1181
CIE-Lab82.2467-21.409041.9196

#c0d67c color RGB value is (192,214,124).

#c0d67c hex color red value is 192, green value is 214 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c0d67c hue: 0.21 , saturation: 0.52 and the lightness value of c0d67c is 0.66.

The process color (four color CMYK) of #c0d67c color hex is 0.10, 0.00, 0.42, 0.16. Web safe color of #c0d67c is #cccc66. Color #c0d67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11010110 01111100
Octal 300 326 174
Decimal 192 214 124
Hex C0 D6 7C

RGB Percentages of Color #c0d67c

%36.23
%40.38
%23.40

CMYK Percentages of Color #c0d67c

%10
%0
%42
%16

Triadic Colors of #c0d67c

#c0d67c #7cc0d6 #d67cc0

Analogous Colors of #c0d67c

#c0d67c #93d67c #d6bf7c

Monochromatic Colors of #c0d67c

#c0d67c

Complementary Color

#c0d67c #927cd6

#c0d67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0d67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0d67c Color CSS Codes

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

#c0d67c Text Font Color

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

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


#c0d67c Background Color

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

This div background color is #c0d67c


#c0d67c Border Color

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

This div border color is #c0d67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0d67c

#c0d67c Color Palettes


Comments

No comments written yet.

Please login to write comment.