Color Hex Logo

#cdd186 Color Hex

#CDD186
(205,209,134)
0 Favorites   0 Comments

Color spaces of #cdd186

RGB 205209134
HSL0.180.450.67
HSV63°36°82°
CMYK 0.020.000.36   0.18
XYZ52.280460.301331.4381
Yxy60.30130.36300.4187
Hunter Lab77.6539-15.719430.3542
CIE-Lab82.0017-12.748536.7794

#cdd186 color RGB value is (205,209,134).

#cdd186 hex color red value is 205, green value is 209 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cdd186 hue: 0.18 , saturation: 0.45 and the lightness value of cdd186 is 0.67.

The process color (four color CMYK) of #cdd186 color hex is 0.02, 0.00, 0.36, 0.18. Web safe color of #cdd186 is #cccc99. Color #cdd186 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 10000110
Octal 315 321 206
Decimal 205 209 134
Hex CD D1 86

RGB Percentages of Color #cdd186

%37.41
%38.14
%24.45

CMYK Percentages of Color #cdd186

%2
%0
%36
%18

Triadic Colors of #cdd186

#cdd186 #86cdd1 #d186cd

Analogous Colors of #cdd186

#cdd186 #a8d186 #d1b086

Monochromatic Colors of #cdd186

#cdd186

Complementary Color

#cdd186 #8a86d1

#cdd186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd186 Color CSS Codes

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

#cdd186 Text Font Color

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

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


#cdd186 Background Color

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

This div background color is #cdd186


#cdd186 Border Color

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

This div border color is #cdd186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd186


Comments

No comments written yet.

Please login to write comment.