Color Hex Logo

#c9d62d Color Hex

#C9D62D
(201,214,45)
0 Favorites   0 Comments

Color spaces of #c9d62d

RGB 20121445
HSL0.180.670.51
HSV65°79°84°
CMYK 0.060.000.79   0.16
XYZ48.607660.700111.6370
Yxy60.70010.40190.5019
Hunter Lab77.9103-24.978245.6814
CIE-Lab82.2173-23.505074.4275

#c9d62d color RGB value is (201,214,45).

#c9d62d hex color red value is 201, green value is 214 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c9d62d hue: 0.18 , saturation: 0.67 and the lightness value of c9d62d is 0.51.

The process color (four color CMYK) of #c9d62d color hex is 0.06, 0.00, 0.79, 0.16. Web safe color of #c9d62d is #cccc33. Color #c9d62d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11010110 00101101
Octal 311 326 55
Decimal 201 214 45
Hex C9 D6 2D

RGB Percentages of Color #c9d62d

%43.70
%46.52
%9.78

CMYK Percentages of Color #c9d62d

%6
%0
%79
%16

Triadic Colors of #c9d62d

#c9d62d #2dc9d6 #d62dc9

Analogous Colors of #c9d62d

#c9d62d #75d62d #d68f2d

Monochromatic Colors of #c9d62d

#c9d62d

Complementary Color

#c9d62d #3a2dd6

#c9d62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9d62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9d62d Color CSS Codes

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

#c9d62d Text Font Color

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

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


#c9d62d Background Color

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

This div background color is #c9d62d


#c9d62d Border Color

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

This div border color is #c9d62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9d62d


Comments

No comments written yet.

Please login to write comment.