Color Hex Logo

#cdbe63 Color Hex

#CDBE63
(205,190,99)
0 Favorites   0 Comments

Color spaces of #cdbe63

RGB 20519099
HSL0.140.510.60
HSV52°52°80°
CMYK 0.000.070.52   0.20
XYZ45.842450.706919.1756
Yxy50.70690.39610.4382
Hunter Lab71.2088-9.701633.8801
CIE-Lab76.5011-6.597247.3794

#cdbe63 color RGB value is (205,190,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01100011
Octal 315 276 143
Decimal 205 190 99
Hex CD BE 63

RGB Percentages of Color #cdbe63

%41.50
%38.46
%20.04

CMYK Percentages of Color #cdbe63

%0
%7
%52
%20

Triadic Colors of #cdbe63

#cdbe63 #63cdbe #be63cd

Analogous Colors of #cdbe63

#cdbe63 #a7cd63 #cd8963

Monochromatic Colors of #cdbe63

#cdbe63

Complementary Color

#cdbe63 #6372cd

#cdbe63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe63 Color CSS Codes

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

#cdbe63 Text Font Color

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

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


#cdbe63 Background Color

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

This div background color is #cdbe63


#cdbe63 Border Color

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

This div border color is #cdbe63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe63


Comments

No comments written yet.

Please login to write comment.