Color Hex Logo

#cdb109 Color Hex

#CDB109
(205,177,9)
0 Favorites   0 Comments

Color spaces of #cdb109

RGB 2051779
HSL0.140.920.42
HSV51°96°80°
CMYK 0.000.140.96   0.20
XYZ40.948344.44316.6786
Yxy44.44310.44480.4827
Hunter Lab66.6657-7.024240.7263
CIE-Lab72.5237-3.935273.7522

#cdb109 color RGB value is (205,177,9).

#cdb109 hex color red value is 205, green value is 177 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cdb109 hue: 0.14 , saturation: 0.92 and the lightness value of cdb109 is 0.42.

The process color (four color CMYK) of #cdb109 color hex is 0.00, 0.14, 0.96, 0.20. Web safe color of #cdb109 is #cc9900. Color #cdb109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00001001
Octal 315 261 11
Decimal 205 177 9
Hex CD B1 9

RGB Percentages of Color #cdb109

%52.43
%45.27
%2.30

CMYK Percentages of Color #cdb109

%0
%14
%96
%20

Triadic Colors of #cdb109

#cdb109 #09cdb1 #b109cd

Analogous Colors of #cdb109

#cdb109 #87cd09 #cd4f09

Monochromatic Colors of #cdb109

#cdb109

Complementary Color

#cdb109 #0925cd

#cdb109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb109 Color CSS Codes

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

#cdb109 Text Font Color

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

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


#cdb109 Background Color

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

This div background color is #cdb109


#cdb109 Border Color

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

This div border color is #cdb109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb109


Comments

No comments written yet.

Please login to write comment.