Color Hex Logo

#cdb51e Color Hex

#CDB51E
(205,181,30)
0 Favorites   0 Comments

Color spaces of #cdb51e

RGB 20518130
HSL0.140.740.46
HSV52°85°80°
CMYK 0.000.120.85   0.20
XYZ41.935146.12067.9203
Yxy46.12060.43690.4805
Hunter Lab67.9121-8.624240.6238
CIE-Lab73.6237-5.667471.0357

#cdb51e color RGB value is (205,181,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00011110
Octal 315 265 36
Decimal 205 181 30
Hex CD B5 1E

RGB Percentages of Color #cdb51e

%49.28
%43.51
%7.21

CMYK Percentages of Color #cdb51e

%0
%12
%85
%20

Triadic Colors of #cdb51e

#cdb51e #1ecdb5 #b51ecd

Analogous Colors of #cdb51e

#cdb51e #8ecd1e #cd5d1e

Monochromatic Colors of #cdb51e

#cdb51e

Complementary Color

#cdb51e #1e36cd

#cdb51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb51e Color CSS Codes

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

#cdb51e Text Font Color

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

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


#cdb51e Background Color

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

This div background color is #cdb51e


#cdb51e Border Color

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

This div border color is #cdb51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb51e


Comments

No comments written yet.

Please login to write comment.