Color Hex Logo

#cdb933 Color Hex

#CDB933
(205,185,51)
0 Favorites   0 Comments

Color spaces of #cdb933

RGB 20518551
HSL0.150.610.50
HSV52°75°80°
CMYK 0.000.100.75   0.20
XYZ43.123347.916110.1079
Yxy47.91610.42630.4737
Hunter Lab69.2215-9.936339.7973
CIE-Lab74.7720-7.055165.9447

#cdb933 color RGB value is (205,185,51).

#cdb933 hex color red value is 205, green value is 185 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cdb933 hue: 0.15 , saturation: 0.61 and the lightness value of cdb933 is 0.50.

The process color (four color CMYK) of #cdb933 color hex is 0.00, 0.10, 0.75, 0.20. Web safe color of #cdb933 is #cccc33. Color #cdb933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00110011
Octal 315 271 63
Decimal 205 185 51
Hex CD B9 33

RGB Percentages of Color #cdb933

%46.49
%41.95
%11.56

CMYK Percentages of Color #cdb933

%0
%10
%75
%20

Triadic Colors of #cdb933

#cdb933 #33cdb9 #b933cd

Analogous Colors of #cdb933

#cdb933 #94cd33 #cd6c33

Monochromatic Colors of #cdb933

#cdb933

Complementary Color

#cdb933 #3347cd

#cdb933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb933 Color CSS Codes

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

#cdb933 Text Font Color

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

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


#cdb933 Background Color

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

This div background color is #cdb933


#cdb933 Border Color

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

This div border color is #cdb933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb933


Comments

No comments written yet.

Please login to write comment.