Color Hex Logo

#cdbc66 Color Hex

#CDBC66
(205,188,102)
0 Favorites   0 Comments

Color spaces of #cdbc66

RGB 205188102
HSL0.140.510.60
HSV50°50°80°
CMYK 0.000.080.50   0.20
XYZ45.558349.904919.8018
Yxy49.90490.39520.4330
Hunter Lab70.6434-8.510432.8310
CIE-Lab76.0109-5.295645.3268

#cdbc66 color RGB value is (205,188,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01100110
Octal 315 274 146
Decimal 205 188 102
Hex CD BC 66

RGB Percentages of Color #cdbc66

%41.41
%37.98
%20.61

CMYK Percentages of Color #cdbc66

%0
%8
%50
%20

Triadic Colors of #cdbc66

#cdbc66 #66cdbc #bc66cd

Analogous Colors of #cdbc66

#cdbc66 #abcd66 #cd8966

Monochromatic Colors of #cdbc66

#cdbc66

Complementary Color

#cdbc66 #6677cd

#cdbc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc66 Color CSS Codes

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

#cdbc66 Text Font Color

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

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


#cdbc66 Background Color

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

This div background color is #cdbc66


#cdbc66 Border Color

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

This div border color is #cdbc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc66


Comments

No comments written yet.

Please login to write comment.