Color Hex Logo

#cdd146 Color Hex

#CDD146
(205,209,70)
0 Favorites   0 Comments

Color spaces of #cdd146

RGB 20520970
HSL0.170.600.55
HSV62°67°82°
CMYK 0.020.000.67   0.18
XYZ49.082859.022314.5998
Yxy59.02230.40000.4810
Hunter Lab76.8260-20.404942.5109
CIE-Lab81.3039-18.269165.3985

#cdd146 color RGB value is (205,209,70).

#cdd146 hex color red value is 205, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cdd146 hue: 0.17 , saturation: 0.60 and the lightness value of cdd146 is 0.55.

The process color (four color CMYK) of #cdd146 color hex is 0.02, 0.00, 0.67, 0.18. Web safe color of #cdd146 is #cccc33. Color #cdd146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 01000110
Octal 315 321 106
Decimal 205 209 70
Hex CD D1 46

RGB Percentages of Color #cdd146

%42.36
%43.18
%14.46

CMYK Percentages of Color #cdd146

%2
%0
%67
%18

Triadic Colors of #cdd146

#cdd146 #46cdd1 #d146cd

Analogous Colors of #cdd146

#cdd146 #88d146 #d19046

Monochromatic Colors of #cdd146

#cdd146

Complementary Color

#cdd146 #4a46d1

#cdd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd146 Color CSS Codes

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

#cdd146 Text Font Color

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

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


#cdd146 Background Color

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

This div background color is #cdd146


#cdd146 Border Color

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

This div border color is #cdd146


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,209,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdd146; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdd146;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd146;
  box-shadow:         1px 1px 3px 2px #cdd146; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,209,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd146


Comments

No comments written yet.

Please login to write comment.