Color Hex Logo

#cdd61f Color Hex

#CDD61F
(205,214,31)
0 Favorites   0 Comments

Color spaces of #cdd61f

RGB 20521431
HSL0.170.750.48
HSV63°86°84°
CMYK 0.040.000.86   0.16
XYZ49.470761.171210.4962
Yxy61.17120.40840.5050
Hunter Lab78.2120-23.966146.7916
CIE-Lab82.4707-22.244778.0733

#cdd61f color RGB value is (205,214,31).

#cdd61f hex color red value is 205, green value is 214 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cdd61f hue: 0.17 , saturation: 0.75 and the lightness value of cdd61f is 0.48.

The process color (four color CMYK) of #cdd61f color hex is 0.04, 0.00, 0.86, 0.16. Web safe color of #cdd61f is #cccc33. Color #cdd61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 00011111
Octal 315 326 37
Decimal 205 214 31
Hex CD D6 1F

RGB Percentages of Color #cdd61f

%45.56
%47.56
%6.89

CMYK Percentages of Color #cdd61f

%4
%0
%86
%16

Triadic Colors of #cdd61f

#cdd61f #1fcdd6 #d61fcd

Analogous Colors of #cdd61f

#cdd61f #72d61f #d6841f

Monochromatic Colors of #cdd61f

#cdd61f

Complementary Color

#cdd61f #281fd6

#cdd61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd61f Color CSS Codes

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

#cdd61f Text Font Color

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

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


#cdd61f Background Color

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

This div background color is #cdd61f


#cdd61f Border Color

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

This div border color is #cdd61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd61f


Comments

No comments written yet.

Please login to write comment.