Color Hex Logo

#cdb31f Color Hex

#CDB31F
(205,179,31)
0 Favorites   0 Comments

Color spaces of #cdb31f

RGB 20517931
HSL0.140.740.46
HSV51°85°80°
CMYK 0.000.130.85   0.20
XYZ41.544345.31837.8540
Yxy45.31830.43860.4785
Hunter Lab67.3189-7.650840.2059
CIE-Lab73.1010-4.600370.3680

#cdb31f color RGB value is (205,179,31).

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

The process color (four color CMYK) of #cdb31f color hex is 0.00, 0.13, 0.85, 0.20. Web safe color of #cdb31f is #cccc33. Color #cdb31f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 00011111
Octal 315 263 37
Decimal 205 179 31
Hex CD B3 1F

RGB Percentages of Color #cdb31f

%49.40
%43.13
%7.47

CMYK Percentages of Color #cdb31f

%0
%13
%85
%20

Triadic Colors of #cdb31f

#cdb31f #1fcdb3 #b31fcd

Analogous Colors of #cdb31f

#cdb31f #90cd1f #cd5c1f

Monochromatic Colors of #cdb31f

#cdb31f

Complementary Color

#cdb31f #1f39cd

#cdb31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb31f Color CSS Codes

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

#cdb31f Text Font Color

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

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


#cdb31f Background Color

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

This div background color is #cdb31f


#cdb31f Border Color

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

This div border color is #cdb31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb31f


Comments

No comments written yet.

Please login to write comment.