Color Hex Logo

#cdb319 Color Hex

#CDB319
(205,179,25)
0 Favorites   0 Comments

Color spaces of #cdb319

RGB 20517925
HSL0.140.780.45
HSV51°88°80°
CMYK 0.000.130.88   0.20
XYZ41.472445.28957.4756
Yxy45.28950.44010.4806
Hunter Lab67.2975-7.769140.5221
CIE-Lab73.0821-4.738071.6946

#cdb319 color RGB value is (205,179,25).

#cdb319 hex color red value is 205, green value is 179 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cdb319 hue: 0.14 , saturation: 0.78 and the lightness value of cdb319 is 0.45.

The process color (four color CMYK) of #cdb319 color hex is 0.00, 0.13, 0.88, 0.20. Web safe color of #cdb319 is #cccc00. Color #cdb319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 00011001
Octal 315 263 31
Decimal 205 179 25
Hex CD B3 19

RGB Percentages of Color #cdb319

%50.12
%43.77
%6.11

CMYK Percentages of Color #cdb319

%0
%13
%88
%20

Triadic Colors of #cdb319

#cdb319 #19cdb3 #b319cd

Analogous Colors of #cdb319

#cdb319 #8dcd19 #cd5919

Monochromatic Colors of #cdb319

#cdb319

Complementary Color

#cdb319 #1933cd

#cdb319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb319 Color CSS Codes

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

#cdb319 Text Font Color

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

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


#cdb319 Background Color

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

This div background color is #cdb319


#cdb319 Border Color

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

This div border color is #cdb319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb319


Comments

No comments written yet.

Please login to write comment.