Color Hex Logo

#c2da84 Color Hex

#C2DA84
(194,218,132)
0 Favorites   0 Comments

Color spaces of #c2da84

RGB 194218132
HSL0.210.540.69
HSV77°39°85°
CMYK 0.110.000.39   0.15
XYZ51.484463.278131.3302
Yxy63.27810.35240.4331
Hunter Lab79.5475-23.680232.3316
CIE-Lab83.5885-21.678039.6667

#c2da84 color RGB value is (194,218,132).

#c2da84 hex color red value is 194, green value is 218 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c2da84 hue: 0.21 , saturation: 0.54 and the lightness value of c2da84 is 0.69.

The process color (four color CMYK) of #c2da84 color hex is 0.11, 0.00, 0.39, 0.15. Web safe color of #c2da84 is #cccc99. Color #c2da84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011010 10000100
Octal 302 332 204
Decimal 194 218 132
Hex C2 DA 84

RGB Percentages of Color #c2da84

%35.66
%40.07
%24.26

CMYK Percentages of Color #c2da84

%11
%0
%39
%15

Triadic Colors of #c2da84

#c2da84 #84c2da #da84c2

Analogous Colors of #c2da84

#c2da84 #97da84 #dac784

Monochromatic Colors of #c2da84

#c2da84

Complementary Color

#c2da84 #9c84da

#c2da84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2da84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2da84 Color CSS Codes

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

#c2da84 Text Font Color

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

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


#c2da84 Background Color

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

This div background color is #c2da84


#c2da84 Border Color

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

This div border color is #c2da84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2da84


Comments

No comments written yet.

Please login to write comment.