Color Hex Logo

#cdbc71 Color Hex

#CDBC71
(205,188,113)
0 Favorites   0 Comments

Color spaces of #cdbc71

RGB 205188113
HSL0.140.480.62
HSV49°45°80°
CMYK 0.000.080.45   0.20
XYZ46.140750.137822.8685
Yxy50.13780.38730.4208
Hunter Lab70.8081-7.598030.4171
CIE-Lab76.1538-4.251340.0020

#cdbc71 color RGB value is (205,188,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01110001
Octal 315 274 161
Decimal 205 188 113
Hex CD BC 71

RGB Percentages of Color #cdbc71

%40.51
%37.15
%22.33

CMYK Percentages of Color #cdbc71

%0
%8
%45
%20

Triadic Colors of #cdbc71

#cdbc71 #71cdbc #bc71cd

Analogous Colors of #cdbc71

#cdbc71 #b0cd71 #cd8e71

Monochromatic Colors of #cdbc71

#cdbc71

Complementary Color

#cdbc71 #7182cd

#cdbc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc71 Color CSS Codes

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

#cdbc71 Text Font Color

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

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


#cdbc71 Background Color

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

This div background color is #cdbc71


#cdbc71 Border Color

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

This div border color is #cdbc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc71


Comments

No comments written yet.

Please login to write comment.