Color Hex Logo

#cda698 Color Hex

#CDA698
(205,166,152)
0 Favorites   0 Comments

Color spaces of #cda698

RGB 205166152
HSL0.040.350.70
HSV16°26°80°
CMYK 0.000.190.26   0.20
XYZ44.480642.518635.5683
Yxy42.51860.36290.3469
Hunter Lab65.20637.653113.3033
CIE-Lab71.227012.214312.6500

#cda698 color RGB value is (205,166,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100110 10011000
Octal 315 246 230
Decimal 205 166 152
Hex CD A6 98

RGB Percentages of Color #cda698

%39.20
%31.74
%29.06

CMYK Percentages of Color #cda698

%0
%19
%26
%20

Triadic Colors of #cda698

#cda698 #98cda6 #a698cd

Analogous Colors of #cda698

#cda698 #cdc198 #cd98a5

Monochromatic Colors of #cda698

#cda698

Complementary Color

#cda698 #98bfcd

#cda698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda698 Color CSS Codes

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

#cda698 Text Font Color

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

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


#cda698 Background Color

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

This div background color is #cda698


#cda698 Border Color

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

This div border color is #cda698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda698


Comments

No comments written yet.

Please login to write comment.