Color Hex Logo

#cdb84e Color Hex

#CDB84E
(205,184,78)
0 Favorites   0 Comments

Color spaces of #cdb84e

RGB 20518478
HSL0.140.560.55
HSV50°62°80°
CMYK 0.000.100.62   0.20
XYZ43.692547.810214.1332
Yxy47.81020.41360.4526
Hunter Lab69.1449-8.209936.2826
CIE-Lab74.7051-5.083755.1236

#cdb84e color RGB value is (205,184,78).

#cdb84e hex color red value is 205, green value is 184 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cdb84e hue: 0.14 , saturation: 0.56 and the lightness value of cdb84e is 0.55.

The process color (four color CMYK) of #cdb84e color hex is 0.00, 0.10, 0.62, 0.20. Web safe color of #cdb84e is #cccc66. Color #cdb84e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 01001110
Octal 315 270 116
Decimal 205 184 78
Hex CD B8 4E

RGB Percentages of Color #cdb84e

%43.90
%39.40
%16.70

CMYK Percentages of Color #cdb84e

%0
%10
%62
%20

Triadic Colors of #cdb84e

#cdb84e #4ecdb8 #b84ecd

Analogous Colors of #cdb84e

#cdb84e #a3cd4e #cd794e

Monochromatic Colors of #cdb84e

#cdb84e

Complementary Color

#cdb84e #4e63cd

#cdb84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb84e Color CSS Codes

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

#cdb84e Text Font Color

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

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


#cdb84e Background Color

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

This div background color is #cdb84e


#cdb84e Border Color

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

This div border color is #cdb84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb84e


Comments

No comments written yet.

Please login to write comment.