Color Hex Logo

#cdb092 Color Hex

#CDB092
(205,176,146)
0 Favorites   0 Comments

Color spaces of #cdb092

RGB 205176146
HSL0.080.370.69
HSV31°29°80°
CMYK 0.000.140.29   0.20
XYZ45.890546.105133.6746
Yxy46.10510.36520.3669
Hunter Lab67.90071.812418.1263
CIE-Lab73.61375.985819.2542

#cdb092 color RGB value is (205,176,146).

#cdb092 hex color red value is 205, green value is 176 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cdb092 hue: 0.08 , saturation: 0.37 and the lightness value of cdb092 is 0.69.

The process color (four color CMYK) of #cdb092 color hex is 0.00, 0.14, 0.29, 0.20. Web safe color of #cdb092 is #cc9999. Color #cdb092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 10010010
Octal 315 260 222
Decimal 205 176 146
Hex CD B0 92

RGB Percentages of Color #cdb092

%38.90
%33.40
%27.70

CMYK Percentages of Color #cdb092

%0
%14
%29
%20

Triadic Colors of #cdb092

#cdb092 #92cdb0 #b092cd

Analogous Colors of #cdb092

#cdb092 #cdcd92 #cd9392

Monochromatic Colors of #cdb092

#cdb092

Complementary Color

#cdb092 #92afcd

#cdb092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb092 Color CSS Codes

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

#cdb092 Text Font Color

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

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


#cdb092 Background Color

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

This div background color is #cdb092


#cdb092 Border Color

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

This div border color is #cdb092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb092


Comments

No comments written yet.

Please login to write comment.