Color Hex Logo

#cdc598 Color Hex

#CDC598
(205,197,152)
0 Favorites   0 Comments

Color spaces of #cdc598

RGB 205197152
HSL0.140.350.70
HSV51°26°80°
CMYK 0.000.040.26   0.20
XYZ50.810655.178637.6783
Yxy55.17860.35370.3841
Hunter Lab74.2823-7.896421.9239
CIE-Lab79.1440-4.306823.6285

#cdc598 color RGB value is (205,197,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 10011000
Octal 315 305 230
Decimal 205 197 152
Hex CD C5 98

RGB Percentages of Color #cdc598

%37.00
%35.56
%27.44

CMYK Percentages of Color #cdc598

%0
%4
%26
%20

Triadic Colors of #cdc598

#cdc598 #98cdc5 #c598cd

Analogous Colors of #cdc598

#cdc598 #bbcd98 #cdab98

Monochromatic Colors of #cdc598

#cdc598

Complementary Color

#cdc598 #98a0cd

#cdc598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc598 Color CSS Codes

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

#cdc598 Text Font Color

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

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


#cdc598 Background Color

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

This div background color is #cdc598


#cdc598 Border Color

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

This div border color is #cdc598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc598


Comments

No comments written yet.

Please login to write comment.