Color Hex Logo

#cdb371 Color Hex

#CDB371
(205,179,113)
0 Favorites   0 Comments

Color spaces of #cdb371

RGB 205179113
HSL0.120.480.62
HSV43°45°80°
CMYK 0.000.130.45   0.20
XYZ44.277646.411622.2474
Yxy46.41160.39210.4110
Hunter Lab68.1261-3.207028.3264
CIE-Lab73.81180.481437.0504

#cdb371 color RGB value is (205,179,113).

#cdb371 hex color red value is 205, green value is 179 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cdb371 hue: 0.12 , saturation: 0.48 and the lightness value of cdb371 is 0.62.

The process color (four color CMYK) of #cdb371 color hex is 0.00, 0.13, 0.45, 0.20. Web safe color of #cdb371 is #cccc66. Color #cdb371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01110001
Octal 315 263 161
Decimal 205 179 113
Hex CD B3 71

RGB Percentages of Color #cdb371

%41.25
%36.02
%22.74

CMYK Percentages of Color #cdb371

%0
%13
%45
%20

Triadic Colors of #cdb371

#cdb371 #71cdb3 #b371cd

Analogous Colors of #cdb371

#cdb371 #b9cd71 #cd8571

Monochromatic Colors of #cdb371

#cdb371

Complementary Color

#cdb371 #718bcd

#cdb371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb371 Color CSS Codes

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

#cdb371 Text Font Color

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

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


#cdb371 Background Color

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

This div background color is #cdb371


#cdb371 Border Color

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

This div border color is #cdb371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb371


Comments

No comments written yet.

Please login to write comment.