Color Hex Logo

#cdb155 Color Hex

#CDB155
(205,177,85)
0 Favorites   0 Comments

Color spaces of #cdb155

RGB 20517785
HSL0.130.550.57
HSV46°59°80°
CMYK 0.000.140.59   0.20
XYZ42.538745.079315.0535
Yxy45.07930.41430.4391
Hunter Lab67.1411-4.404433.7056
CIE-Lab72.9441-0.920349.9355

#cdb155 color RGB value is (205,177,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01010101
Octal 315 261 125
Decimal 205 177 85
Hex CD B1 55

RGB Percentages of Color #cdb155

%43.90
%37.90
%18.20

CMYK Percentages of Color #cdb155

%0
%14
%59
%20

Triadic Colors of #cdb155

#cdb155 #55cdb1 #b155cd

Analogous Colors of #cdb155

#cdb155 #adcd55 #cd7555

Monochromatic Colors of #cdb155

#cdb155

Complementary Color

#cdb155 #5571cd

#cdb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb155 Color CSS Codes

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

#cdb155 Text Font Color

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

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


#cdb155 Background Color

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

This div background color is #cdb155


#cdb155 Border Color

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

This div border color is #cdb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb155


Comments

No comments written yet.

Please login to write comment.