Color Hex Logo

#cdb954 Color Hex

#CDB954
(205,185,84)
0 Favorites   0 Comments

Color spaces of #cdb954

RGB 20518584
HSL0.140.550.57
HSV50°59°80°
CMYK 0.000.100.59   0.20
XYZ44.126048.317215.3880
Yxy48.31720.40920.4481
Hunter Lab69.5106-8.329935.5320
CIE-Lab75.0246-5.188852.7622

#cdb954 color RGB value is (205,185,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01010100
Octal 315 271 124
Decimal 205 185 84
Hex CD B9 54

RGB Percentages of Color #cdb954

%43.25
%39.03
%17.72

CMYK Percentages of Color #cdb954

%0
%10
%59
%20

Triadic Colors of #cdb954

#cdb954 #54cdb9 #b954cd

Analogous Colors of #cdb954

#cdb954 #a5cd54 #cd7d54

Monochromatic Colors of #cdb954

#cdb954

Complementary Color

#cdb954 #5468cd

#cdb954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb954 Color CSS Codes

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

#cdb954 Text Font Color

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

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


#cdb954 Background Color

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

This div background color is #cdb954


#cdb954 Border Color

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

This div border color is #cdb954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb954


Comments

No comments written yet.

Please login to write comment.