Color Hex Logo

#cdb014 Color Hex

#CDB014
(205,176,20)
0 Favorites   0 Comments

Color spaces of #cdb014

RGB 20517620
HSL0.140.820.44
HSV51°90°80°
CMYK 0.000.140.90   0.20
XYZ40.828444.08037.0183
Yxy44.08030.44410.4795
Hunter Lab66.3930-6.419140.2076
CIE-Lab72.2821-3.263172.0205

#cdb014 color RGB value is (205,176,20).

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

The process color (four color CMYK) of #cdb014 color hex is 0.00, 0.14, 0.90, 0.20. Web safe color of #cdb014 is #cc9900. Color #cdb014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00010100
Octal 315 260 24
Decimal 205 176 20
Hex CD B0 14

RGB Percentages of Color #cdb014

%51.12
%43.89
%4.99

CMYK Percentages of Color #cdb014

%0
%14
%90
%20

Triadic Colors of #cdb014

#cdb014 #14cdb0 #b014cd

Analogous Colors of #cdb014

#cdb014 #8ecd14 #cd5414

Monochromatic Colors of #cdb014

#cdb014

Complementary Color

#cdb014 #1431cd

#cdb014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb014 Color CSS Codes

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

#cdb014 Text Font Color

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

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


#cdb014 Background Color

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

This div background color is #cdb014


#cdb014 Border Color

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

This div border color is #cdb014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb014


Comments

No comments written yet.

Please login to write comment.