Color Hex Logo

#cdd9be Color Hex

#CDD9BE
(205,217,190)
0 Favorites   0 Comments

Color spaces of #cdd9be

RGB 205217190
HSL0.240.260.80
HSV87°12°85°
CMYK 0.060.000.12   0.15
XYZ59.284066.322558.3921
Yxy66.32250.32220.3605
Hunter Lab81.4386-12.576914.4957
CIE-Lab85.1607-8.832311.9244

#cdd9be color RGB value is (205,217,190).

#cdd9be hex color red value is 205, green value is 217 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cdd9be hue: 0.24 , saturation: 0.26 and the lightness value of cdd9be is 0.80.

The process color (four color CMYK) of #cdd9be color hex is 0.06, 0.00, 0.12, 0.15. Web safe color of #cdd9be is #cccccc. Color #cdd9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 10111110
Octal 315 331 276
Decimal 205 217 190
Hex CD D9 BE

RGB Percentages of Color #cdd9be

%33.50
%35.46
%31.05

CMYK Percentages of Color #cdd9be

%6
%0
%12
%15

Triadic Colors of #cdd9be

#cdd9be #becdd9 #d9becd

Analogous Colors of #cdd9be

#cdd9be #c0d9be #d9d8be

Monochromatic Colors of #cdd9be

#cdd9be

Complementary Color

#cdd9be #cabed9

#cdd9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd9be Color CSS Codes

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

#cdd9be Text Font Color

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

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


#cdd9be Background Color

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

This div background color is #cdd9be


#cdd9be Border Color

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

This div border color is #cdd9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd9be


Comments

No comments written yet.

Please login to write comment.