color codes Logo

#c1d44d color codes

#C1D44D
(193,212,77)
0 Favorites   0 Comments

Color spaces of #c1d44d

RGB 19321277
HSL0.190.610.57
HSV68°64°83°
CMYK 0.090.000.64   0.17
XYZ46.875458.960215.9311
Yxy58.96020.38500.4842
Hunter Lab76.7855-25.405541.4487
CIE-Lab81.2697-24.228062.3182

#c1d44d color RGB value is (193,212,77).

#c1d44d hex color red value is 193, green value is 212 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c1d44d hue: 0.19 , saturation: 0.61 and the lightness value of c1d44d is 0.57.

The process color (four color CMYK) of #c1d44d color code is 0.09, 0.00, 0.64, 0.17. Web safe color of #c1d44d is #cccc66. Color #c1d44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11010100 01001101
Octal 301 324 115
Decimal 193 212 77
Hex C1 D4 4D

RGB Percentages of Color #c1d44d

%40.04
%43.98
%15.98

CMYK Percentages of Color #c1d44d

%9
%0
%64
%17

Triadic Colors of #c1d44d

#c1d44d #4dc1d4 #d44dc1

Analogous Colors of #c1d44d

#c1d44d #7ed44d #d4a44d

Monochromatic Colors of #c1d44d

#c1d44d

Complementary Color

#c1d44d #604dd4

#c1d44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1d44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1d44d Color CSS Codes

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

#c1d44d Text Font Color

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

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


#c1d44d Background Color

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

This div background color is #c1d44d


#c1d44d Border Color

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

This div border color is #c1d44d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,212,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1d44d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1d44d;
  -webkit-box-shadow: 1px 1px 3px 2px #c1d44d;
  box-shadow:         1px 1px 3px 2px #c1d44d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,212,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1d44d


Comments

No comments written yet.

Please login to write comment.