Color Hex Logo

#cdb198 Color Hex

#CDB198
(205,177,152)
0 Favorites   0 Comments

Color spaces of #cdb198

RGB 205177152
HSL0.080.350.70
HSV28°26°80°
CMYK 0.000.140.26   0.20
XYZ46.566546.690436.2636
Yxy46.69040.35950.3605
Hunter Lab68.33042.067916.3655
CIE-Lab73.99136.274816.5243

#cdb198 color RGB value is (205,177,152).

#cdb198 hex color red value is 205, green value is 177 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cdb198 hue: 0.08 , saturation: 0.35 and the lightness value of cdb198 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 10011000
Octal 315 261 230
Decimal 205 177 152
Hex CD B1 98

RGB Percentages of Color #cdb198

%38.39
%33.15
%28.46

CMYK Percentages of Color #cdb198

%0
%14
%26
%20

Triadic Colors of #cdb198

#cdb198 #98cdb1 #b198cd

Analogous Colors of #cdb198

#cdb198 #cdcc98 #cd989a

Monochromatic Colors of #cdb198

#cdb198

Complementary Color

#cdb198 #98b4cd

#cdb198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb198 Color CSS Codes

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

#cdb198 Text Font Color

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

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


#cdb198 Background Color

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

This div background color is #cdb198


#cdb198 Border Color

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

This div border color is #cdb198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb198


Comments

No comments written yet.

Please login to write comment.