Color Hex Logo

#ccbd7f Color Hex

#CCBD7F
(204,189,127)
0 Favorites   0 Comments

Color spaces of #ccbd7f

RGB 204189127
HSL0.130.430.65
HSV48°38°80°
CMYK 0.000.070.38   0.20
XYZ46.930250.764927.4038
Yxy50.76490.37510.4058
Hunter Lab71.2495-7.113327.0707
CIE-Lab76.5364-3.671833.2716

#ccbd7f color RGB value is (204,189,127).

#ccbd7f hex color red value is 204, green value is 189 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ccbd7f hue: 0.13 , saturation: 0.43 and the lightness value of ccbd7f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01111111
Octal 314 275 177
Decimal 204 189 127
Hex CC BD 7F

RGB Percentages of Color #ccbd7f

%39.23
%36.35
%24.42

CMYK Percentages of Color #ccbd7f

%0
%7
%38
%20

Triadic Colors of #ccbd7f

#ccbd7f #7fccbd #bd7fcc

Analogous Colors of #ccbd7f

#ccbd7f #b5cc7f #cc977f

Monochromatic Colors of #ccbd7f

#ccbd7f

Complementary Color

#ccbd7f #7f8ecc

#ccbd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd7f Color CSS Codes

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

#ccbd7f Text Font Color

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

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


#ccbd7f Background Color

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

This div background color is #ccbd7f


#ccbd7f Border Color

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

This div border color is #ccbd7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,189,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccbd7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccbd7f;
  -webkit-box-shadow: 1px 1px 3px 2px #ccbd7f;
  box-shadow:         1px 1px 3px 2px #ccbd7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,189,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd7f


Comments

No comments written yet.

Please login to write comment.