Color Hex Logo

#cdc198 Color Hex

#CDC198
(205,193,152)
0 Favorites   0 Comments

Color spaces of #cdc198

RGB 205193152
HSL0.130.350.70
HSV46°26°80°
CMYK 0.000.060.26   0.20
XYZ49.914353.386137.3795
Yxy53.38610.35480.3795
Hunter Lab73.0658-5.924320.8141
CIE-Lab78.1024-2.217222.2048

#cdc198 color RGB value is (205,193,152).

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

The process color (four color CMYK) of #cdc198 color hex is 0.00, 0.06, 0.26, 0.20. Web safe color of #cdc198 is #cccc99. Color #cdc198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 10011000
Octal 315 301 230
Decimal 205 193 152
Hex CD C1 98

RGB Percentages of Color #cdc198

%37.27
%35.09
%27.64

CMYK Percentages of Color #cdc198

%0
%6
%26
%20

Triadic Colors of #cdc198

#cdc198 #98cdc1 #c198cd

Analogous Colors of #cdc198

#cdc198 #bfcd98 #cda798

Monochromatic Colors of #cdc198

#cdc198

Complementary Color

#cdc198 #98a4cd

#cdc198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc198 Color CSS Codes

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

#cdc198 Text Font Color

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

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


#cdc198 Background Color

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

This div background color is #cdc198


#cdc198 Border Color

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

This div border color is #cdc198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,193,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 #cdc198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc198


Comments

No comments written yet.

Please login to write comment.