Color Hex Logo

#cda372 Color Hex

#CDA372
(205,163,114)
0 Favorites   0 Comments

Color spaces of #cda372

RGB 205163114
HSL0.090.480.63
HSV32°44°80°
CMYK 0.000.200.44   0.20
XYZ41.311340.388421.5380
Yxy40.38840.40020.3912
Hunter Lab63.55194.816524.3927
CIE-Lab69.74539.153231.3047

#cda372 color RGB value is (205,163,114).

#cda372 hex color red value is 205, green value is 163 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cda372 hue: 0.09 , saturation: 0.48 and the lightness value of cda372 is 0.63.

The process color (four color CMYK) of #cda372 color hex is 0.00, 0.20, 0.44, 0.20. Web safe color of #cda372 is #cc9966. Color #cda372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100011 01110010
Octal 315 243 162
Decimal 205 163 114
Hex CD A3 72

RGB Percentages of Color #cda372

%42.53
%33.82
%23.65

CMYK Percentages of Color #cda372

%0
%20
%44
%20

Triadic Colors of #cda372

#cda372 #72cda3 #a372cd

Analogous Colors of #cda372

#cda372 #cacd72 #cd7672

Monochromatic Colors of #cda372

#cda372

Complementary Color

#cda372 #729ccd

#cda372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda372 Color CSS Codes

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

#cda372 Text Font Color

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

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


#cda372 Background Color

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

This div background color is #cda372


#cda372 Border Color

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

This div border color is #cda372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda372


Comments

No comments written yet.

Please login to write comment.