Color Hex Logo

#cdd171 Color Hex

#CDD171
(205,209,113)
0 Favorites   0 Comments

Color spaces of #cdd171

RGB 205209113
HSL0.170.510.63
HSV63°46°82°
CMYK 0.020.000.46   0.18
XYZ50.957959.772324.4742
Yxy59.77230.37690.4421
Hunter Lab77.3125-17.644835.3498
CIE-Lab81.7143-14.993646.8694

#cdd171 color RGB value is (205,209,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 01110001
Octal 315 321 161
Decimal 205 209 113
Hex CD D1 71

RGB Percentages of Color #cdd171

%38.90
%39.66
%21.44

CMYK Percentages of Color #cdd171

%2
%0
%46
%18

Triadic Colors of #cdd171

#cdd171 #71cdd1 #d171cd

Analogous Colors of #cdd171

#cdd171 #9dd171 #d1a571

Monochromatic Colors of #cdd171

#cdd171

Complementary Color

#cdd171 #7571d1

#cdd171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd171 Color CSS Codes

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

#cdd171 Text Font Color

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

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


#cdd171 Background Color

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

This div background color is #cdd171


#cdd171 Border Color

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

This div border color is #cdd171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd171


Comments

No comments written yet.

Please login to write comment.