Color Hex Logo

#c2d361 Color Hex

#C2D361
(194,211,97)
0 Favorites   0 Comments

Color spaces of #c2d361

RGB 19421197
HSL0.190.560.60
HSV69°54°83°
CMYK 0.080.000.54   0.17
XYZ47.700158.920920.1681
Yxy58.92090.37620.4647
Hunter Lab76.7600-23.406638.1540
CIE-Lab81.2481-21.831653.6621

#c2d361 color RGB value is (194,211,97).

#c2d361 hex color red value is 194, green value is 211 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c2d361 hue: 0.19 , saturation: 0.56 and the lightness value of c2d361 is 0.60.

The process color (four color CMYK) of #c2d361 color hex is 0.08, 0.00, 0.54, 0.17. Web safe color of #c2d361 is #cccc66. Color #c2d361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010011 01100001
Octal 302 323 141
Decimal 194 211 97
Hex C2 D3 61

RGB Percentages of Color #c2d361

%38.65
%42.03
%19.32

CMYK Percentages of Color #c2d361

%8
%0
%54
%17

Triadic Colors of #c2d361

#c2d361 #61c2d3 #d361c2

Analogous Colors of #c2d361

#c2d361 #89d361 #d3ab61

Monochromatic Colors of #c2d361

#c2d361

Complementary Color

#c2d361 #7261d3

#c2d361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d361 Color CSS Codes

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

#c2d361 Text Font Color

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

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


#c2d361 Background Color

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

This div background color is #c2d361


#c2d361 Border Color

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

This div border color is #c2d361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d361


Comments

No comments written yet.

Please login to write comment.