Color Hex Logo

#cda752 Color Hex

#CDA752
(205,167,82)
0 Favorites   0 Comments

Color spaces of #cda752

RGB 20516782
HSL0.120.550.56
HSV41°60°80°
CMYK 0.000.190.60   0.20
XYZ40.518541.225813.8045
Yxy41.22580.42410.4315
Hunter Lab64.20730.280932.1978
CIE-Lab70.33384.177948.3782

#cda752 color RGB value is (205,167,82).

#cda752 hex color red value is 205, green value is 167 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cda752 hue: 0.12 , saturation: 0.55 and the lightness value of cda752 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 01010010
Octal 315 247 122
Decimal 205 167 82
Hex CD A7 52

RGB Percentages of Color #cda752

%45.15
%36.78
%18.06

CMYK Percentages of Color #cda752

%0
%19
%60
%20

Triadic Colors of #cda752

#cda752 #52cda7 #a752cd

Analogous Colors of #cda752

#cda752 #b6cd52 #cd6a52

Monochromatic Colors of #cda752

#cda752

Complementary Color

#cda752 #5278cd

#cda752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda752 Color CSS Codes

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

#cda752 Text Font Color

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

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


#cda752 Background Color

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

This div background color is #cda752


#cda752 Border Color

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

This div border color is #cda752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda752

#cda752 Color Palettes


Comments

No comments written yet.

Please login to write comment.