Color Hex Logo

#cdb714 Color Hex

#CDB714
(205,183,20)
0 Favorites   0 Comments

Color spaces of #cdb714

RGB 20518320
HSL0.150.820.44
HSV53°90°80°
CMYK 0.000.110.90   0.20
XYZ42.236646.89667.4877
Yxy46.89660.43710.4854
Hunter Lab68.4811-9.749741.4540
CIE-Lab74.1236-6.911973.4461

#cdb714 color RGB value is (205,183,20).

#cdb714 hex color red value is 205, green value is 183 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cdb714 hue: 0.15 , saturation: 0.82 and the lightness value of cdb714 is 0.44.

The process color (four color CMYK) of #cdb714 color hex is 0.00, 0.11, 0.90, 0.20. Web safe color of #cdb714 is #cccc00. Color #cdb714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 00010100
Octal 315 267 24
Decimal 205 183 20
Hex CD B7 14

RGB Percentages of Color #cdb714

%50.25
%44.85
%4.90

CMYK Percentages of Color #cdb714

%0
%11
%90
%20

Triadic Colors of #cdb714

#cdb714 #14cdb7 #b714cd

Analogous Colors of #cdb714

#cdb714 #87cd14 #cd5a14

Monochromatic Colors of #cdb714

#cdb714

Complementary Color

#cdb714 #142acd

#cdb714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb714 Color CSS Codes

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

#cdb714 Text Font Color

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

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


#cdb714 Background Color

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

This div background color is #cdb714


#cdb714 Border Color

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

This div border color is #cdb714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb714


Comments

No comments written yet.

Please login to write comment.