Color Hex Logo

#cda74c Color Hex

#CDA74C
(205,167,76)
0 Favorites   0 Comments

Color spaces of #cda74c

RGB 20516776
HSL0.120.560.55
HSV42°63°80°
CMYK 0.000.190.63   0.20
XYZ40.300141.138412.6539
Yxy41.13840.42830.4372
Hunter Lab64.1392-0.088133.2003
CIE-Lab70.27283.763751.1458

#cda74c color RGB value is (205,167,76).

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

The process color (four color CMYK) of #cda74c color hex is 0.00, 0.19, 0.63, 0.20. Web safe color of #cda74c is #cc9933. Color #cda74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 01001100
Octal 315 247 114
Decimal 205 167 76
Hex CD A7 4C

RGB Percentages of Color #cda74c

%45.76
%37.28
%16.96

CMYK Percentages of Color #cda74c

%0
%19
%63
%20

Triadic Colors of #cda74c

#cda74c #4ccda7 #a74ccd

Analogous Colors of #cda74c

#cda74c #b3cd4c #cd674c

Monochromatic Colors of #cda74c

#cda74c

Complementary Color

#cda74c #4c72cd

#cda74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda74c Color CSS Codes

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

#cda74c Text Font Color

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

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


#cda74c Background Color

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

This div background color is #cda74c


#cda74c Border Color

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

This div border color is #cda74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda74c


Comments

No comments written yet.

Please login to write comment.