Color Hex Logo

#cdb150 Color Hex

#CDB150
(205,177,80)
0 Favorites   0 Comments

Color spaces of #cdb150

RGB 20517780
HSL0.130.560.56
HSV47°61°80°
CMYK 0.000.140.61   0.20
XYZ42.346945.002614.0439
Yxy45.00260.41760.4438
Hunter Lab67.0840-4.718534.5465
CIE-Lab72.8936-1.278452.2142

#cdb150 color RGB value is (205,177,80).

#cdb150 hex color red value is 205, green value is 177 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cdb150 hue: 0.13 , saturation: 0.56 and the lightness value of cdb150 is 0.56.

The process color (four color CMYK) of #cdb150 color hex is 0.00, 0.14, 0.61, 0.20. Web safe color of #cdb150 is #cc9966. Color #cdb150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01010000
Octal 315 261 120
Decimal 205 177 80
Hex CD B1 50

RGB Percentages of Color #cdb150

%44.37
%38.31
%17.32

CMYK Percentages of Color #cdb150

%0
%14
%61
%20

Triadic Colors of #cdb150

#cdb150 #50cdb1 #b150cd

Analogous Colors of #cdb150

#cdb150 #abcd50 #cd7350

Monochromatic Colors of #cdb150

#cdb150

Complementary Color

#cdb150 #506ccd

#cdb150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb150 Color CSS Codes

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

#cdb150 Text Font Color

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

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


#cdb150 Background Color

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

This div background color is #cdb150


#cdb150 Border Color

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

This div border color is #cdb150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb150


Comments

No comments written yet.

Please login to write comment.