Color Hex Logo

#cdb439 Color Hex

#CDB439
(205,180,57)
0 Favorites   0 Comments

Color spaces of #cdb439

RGB 20518057
HSL0.140.600.51
HSV50°72°80°
CMYK 0.000.120.72   0.20
XYZ42.236645.917110.5077
Yxy45.91710.42810.4654
Hunter Lab67.7622-7.323538.2396
CIE-Lab73.4917-4.188362.5588

#cdb439 color RGB value is (205,180,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00111001
Octal 315 264 71
Decimal 205 180 57
Hex CD B4 39

RGB Percentages of Color #cdb439

%46.38
%40.72
%12.90

CMYK Percentages of Color #cdb439

%0
%12
%72
%20

Triadic Colors of #cdb439

#cdb439 #39cdb4 #b439cd

Analogous Colors of #cdb439

#cdb439 #9ccd39 #cd6a39

Monochromatic Colors of #cdb439

#cdb439

Complementary Color

#cdb439 #3952cd

#cdb439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb439 Color CSS Codes

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

#cdb439 Text Font Color

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

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


#cdb439 Background Color

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

This div background color is #cdb439


#cdb439 Border Color

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

This div border color is #cdb439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb439


Comments

No comments written yet.

Please login to write comment.