Color Hex Logo

#cdbe66 Color Hex

#CDBE66
(205,190,102)
0 Favorites   0 Comments

Color spaces of #cdbe66

RGB 205190102
HSL0.140.510.60
HSV51°50°80°
CMYK 0.000.070.50   0.20
XYZ45.988650.765419.9452
Yxy50.76540.39410.4350
Hunter Lab71.2498-9.473433.2776
CIE-Lab76.5367-6.334045.9605

#cdbe66 color RGB value is (205,190,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01100110
Octal 315 276 146
Decimal 205 190 102
Hex CD BE 66

RGB Percentages of Color #cdbe66

%41.25
%38.23
%20.52

CMYK Percentages of Color #cdbe66

%0
%7
%50
%20

Triadic Colors of #cdbe66

#cdbe66 #66cdbe #be66cd

Analogous Colors of #cdbe66

#cdbe66 #a9cd66 #cd8b66

Monochromatic Colors of #cdbe66

#cdbe66

Complementary Color

#cdbe66 #6675cd

#cdbe66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe66 Color CSS Codes

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

#cdbe66 Text Font Color

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

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


#cdbe66 Background Color

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

This div background color is #cdbe66


#cdbe66 Border Color

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

This div border color is #cdbe66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe66


Comments

No comments written yet.

Please login to write comment.