Color Hex Logo

#cdb414 Color Hex

#CDB414
(205,180,20)
0 Favorites   0 Comments

Color spaces of #cdb414

RGB 20518020
HSL0.140.820.44
HSV52°90°80°
CMYK 0.000.120.90   0.20
XYZ41.624445.67227.2836
Yxy45.67220.44010.4829
Hunter Lab67.5812-8.326040.9168
CIE-Lab73.3323-5.353872.8332

#cdb414 color RGB value is (205,180,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00010100
Octal 315 264 24
Decimal 205 180 20
Hex CD B4 14

RGB Percentages of Color #cdb414

%50.62
%44.44
%4.94

CMYK Percentages of Color #cdb414

%0
%12
%90
%20

Triadic Colors of #cdb414

#cdb414 #14cdb4 #b414cd

Analogous Colors of #cdb414

#cdb414 #8acd14 #cd5814

Monochromatic Colors of #cdb414

#cdb414

Complementary Color

#cdb414 #142dcd

#cdb414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb414 Color CSS Codes

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

#cdb414 Text Font Color

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

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


#cdb414 Background Color

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

This div background color is #cdb414


#cdb414 Border Color

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

This div border color is #cdb414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb414


Comments

No comments written yet.

Please login to write comment.