Color Hex Logo

#cdd26f Color Hex

#CDD26F
(205,210,111)
0 Favorites   0 Comments

Color spaces of #cdd26f

RGB 205210111
HSL0.180.520.63
HSV63°47°82°
CMYK 0.020.000.47   0.18
XYZ51.092760.220023.9697
Yxy60.22000.37770.4451
Hunter Lab77.6015-18.278736.0075
CIE-Lab81.9576-15.684748.1303

#cdd26f color RGB value is (205,210,111).

#cdd26f hex color red value is 205, green value is 210 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdd26f hue: 0.18 , saturation: 0.52 and the lightness value of cdd26f is 0.63.

The process color (four color CMYK) of #cdd26f color hex is 0.02, 0.00, 0.47, 0.18. Web safe color of #cdd26f is #cccc66. Color #cdd26f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01101111
Octal 315 322 157
Decimal 205 210 111
Hex CD D2 6F

RGB Percentages of Color #cdd26f

%38.97
%39.92
%21.10

CMYK Percentages of Color #cdd26f

%2
%0
%47
%18

Triadic Colors of #cdd26f

#cdd26f #6fcdd2 #d26fcd

Analogous Colors of #cdd26f

#cdd26f #9cd26f #d2a66f

Monochromatic Colors of #cdd26f

#cdd26f

Complementary Color

#cdd26f #746fd2

#cdd26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd26f Color CSS Codes

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

#cdd26f Text Font Color

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

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


#cdd26f Background Color

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

This div background color is #cdd26f


#cdd26f Border Color

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

This div border color is #cdd26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd26f


Comments

No comments written yet.

Please login to write comment.