color codes Logo

#cdd12f color codes

#CDD12F
(205,209,47)
0 Favorites   0 Comments

Color spaces of #cdd12f

RGB 20520947
HSL0.170.640.50
HSV61°78°82°
CMYK 0.020.000.78   0.18
XYZ48.490458.785311.4803
Yxy58.78530.40830.4950
Hunter Lab76.6716-21.284244.7924
CIE-Lab81.1734-19.327473.0558

#cdd12f color RGB value is (205,209,47).

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

The process color (four color CMYK) of #cdd12f color code is 0.02, 0.00, 0.78, 0.18. Web safe color of #cdd12f is #cccc33. Color #cdd12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 00101111
Octal 315 321 57
Decimal 205 209 47
Hex CD D1 2F

RGB Percentages of Color #cdd12f

%44.47
%45.34
%10.20

CMYK Percentages of Color #cdd12f

%2
%0
%78
%18

Triadic Colors of #cdd12f

#cdd12f #2fcdd1 #d12fcd

Analogous Colors of #cdd12f

#cdd12f #7cd12f #d1842f

Monochromatic Colors of #cdd12f

#cdd12f

Complementary Color

#cdd12f #332fd1

#cdd12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd12f Color CSS Codes

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

#cdd12f Text Font Color

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

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


#cdd12f Background Color

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

This div background color is #cdd12f


#cdd12f Border Color

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

This div border color is #cdd12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd12f


Comments

No comments written yet.

Please login to write comment.