Color Hex Logo

#cdb133 Color Hex

#CDB133
(205,177,51)
0 Favorites   0 Comments

Color spaces of #cdb133

RGB 20517751
HSL0.140.610.50
HSV49°75°80°
CMYK 0.000.140.75   0.20
XYZ41.496544.66249.5656
Yxy44.66240.43350.4666
Hunter Lab66.8299-6.116938.2946
CIE-Lab72.6690-2.884163.9683

#cdb133 color RGB value is (205,177,51).

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

The process color (four color CMYK) of #cdb133 color hex is 0.00, 0.14, 0.75, 0.20. Web safe color of #cdb133 is #cc9933. Color #cdb133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00110011
Octal 315 261 63
Decimal 205 177 51
Hex CD B1 33

RGB Percentages of Color #cdb133

%47.34
%40.88
%11.78

CMYK Percentages of Color #cdb133

%0
%14
%75
%20

Triadic Colors of #cdb133

#cdb133 #33cdb1 #b133cd

Analogous Colors of #cdb133

#cdb133 #9ccd33 #cd6433

Monochromatic Colors of #cdb133

#cdb133

Complementary Color

#cdb133 #334fcd

#cdb133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb133 Color CSS Codes

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

#cdb133 Text Font Color

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

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


#cdb133 Background Color

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

This div background color is #cdb133


#cdb133 Border Color

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

This div border color is #cdb133


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,177,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 #cdb133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb133


Comments

No comments written yet.

Please login to write comment.