Color Hex Logo

#cdb390 Color Hex

#CDB390
(205,179,144)
0 Favorites   0 Comments

Color spaces of #cdb390

RGB 205179144
HSL0.100.380.68
HSV34°30°80°
CMYK 0.000.130.30   0.20
XYZ46.331047.233033.0605
Yxy47.23300.36590.3730
Hunter Lab68.72630.062719.5872
CIE-Lab74.33864.112421.3312

#cdb390 color RGB value is (205,179,144).

#cdb390 hex color red value is 205, green value is 179 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cdb390 hue: 0.10 , saturation: 0.38 and the lightness value of cdb390 is 0.68.

The process color (four color CMYK) of #cdb390 color hex is 0.00, 0.13, 0.30, 0.20. Web safe color of #cdb390 is #cccc99. Color #cdb390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 10010000
Octal 315 263 220
Decimal 205 179 144
Hex CD B3 90

RGB Percentages of Color #cdb390

%38.83
%33.90
%27.27

CMYK Percentages of Color #cdb390

%0
%13
%30
%20

Triadic Colors of #cdb390

#cdb390 #90cdb3 #b390cd

Analogous Colors of #cdb390

#cdb390 #c9cd90 #cd9590

Monochromatic Colors of #cdb390

#cdb390

Complementary Color

#cdb390 #90aacd

#cdb390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb390 Color CSS Codes

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

#cdb390 Text Font Color

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

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


#cdb390 Background Color

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

This div background color is #cdb390


#cdb390 Border Color

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

This div border color is #cdb390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb390


Comments

No comments written yet.

Please login to write comment.