Color Hex Logo

#cdb051 Color Hex

#CDB051
(205,176,81)
0 Favorites   0 Comments

Color spaces of #cdb051

RGB 20517681
HSL0.130.550.56
HSV46°60°80°
CMYK 0.000.140.60   0.20
XYZ42.187444.623914.1743
Yxy44.62390.41780.4419
Hunter Lab66.8011-4.172634.1802
CIE-Lab72.6436-0.680751.4712

#cdb051 color RGB value is (205,176,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01010001
Octal 315 260 121
Decimal 205 176 81
Hex CD B0 51

RGB Percentages of Color #cdb051

%44.37
%38.10
%17.53

CMYK Percentages of Color #cdb051

%0
%14
%60
%20

Triadic Colors of #cdb051

#cdb051 #51cdb0 #b051cd

Analogous Colors of #cdb051

#cdb051 #accd51 #cd7251

Monochromatic Colors of #cdb051

#cdb051

Complementary Color

#cdb051 #516ecd

#cdb051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb051 Color CSS Codes

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

#cdb051 Text Font Color

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

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


#cdb051 Background Color

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

This div background color is #cdb051


#cdb051 Border Color

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

This div border color is #cdb051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb051


Comments

No comments written yet.

Please login to write comment.