Color Hex Logo

#cdbf63 Color Hex

#CDBF63
(205,191,99)
0 Favorites   0 Comments

Color spaces of #cdbf63

RGB 20519199
HSL0.140.510.60
HSV52°52°80°
CMYK 0.000.070.52   0.20
XYZ46.059851.141619.2481
Yxy51.14160.39550.4392
Hunter Lab71.5134-10.181434.1012
CIE-Lab76.7647-7.114447.6927

#cdbf63 color RGB value is (205,191,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111111 01100011
Octal 315 277 143
Decimal 205 191 99
Hex CD BF 63

RGB Percentages of Color #cdbf63

%41.41
%38.59
%20.00

CMYK Percentages of Color #cdbf63

%0
%7
%52
%20

Triadic Colors of #cdbf63

#cdbf63 #63cdbf #bf63cd

Analogous Colors of #cdbf63

#cdbf63 #a6cd63 #cd8a63

Monochromatic Colors of #cdbf63

#cdbf63

Complementary Color

#cdbf63 #6371cd

#cdbf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbf63 Color CSS Codes

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

#cdbf63 Text Font Color

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

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


#cdbf63 Background Color

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

This div background color is #cdbf63


#cdbf63 Border Color

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

This div border color is #cdbf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbf63


Comments

No comments written yet.

Please login to write comment.