Color Hex Logo

#ccbf7d Color Hex

#CCBF7D
(204,191,125)
0 Favorites   0 Comments

Color spaces of #ccbf7d

RGB 204191125
HSL0.140.440.65
HSV50°39°80°
CMYK 0.000.060.39   0.20
XYZ47.234351.579626.8684
Yxy51.57960.37580.4104
Hunter Lab71.8189-8.286228.0921
CIE-Lab77.0288-4.942534.9483

#ccbf7d color RGB value is (204,191,125).

#ccbf7d hex color red value is 204, green value is 191 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ccbf7d hue: 0.14 , saturation: 0.44 and the lightness value of ccbf7d is 0.65.

The process color (four color CMYK) of #ccbf7d color hex is 0.00, 0.06, 0.39, 0.20. Web safe color of #ccbf7d is #cccc66. Color #ccbf7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 01111101
Octal 314 277 175
Decimal 204 191 125
Hex CC BF 7D

RGB Percentages of Color #ccbf7d

%39.23
%36.73
%24.04

CMYK Percentages of Color #ccbf7d

%0
%6
%39
%20

Triadic Colors of #ccbf7d

#ccbf7d #7dccbf #bf7dcc

Analogous Colors of #ccbf7d

#ccbf7d #b2cc7d #cc987d

Monochromatic Colors of #ccbf7d

#ccbf7d

Complementary Color

#ccbf7d #7d8acc

#ccbf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf7d Color CSS Codes

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

#ccbf7d Text Font Color

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

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


#ccbf7d Background Color

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

This div background color is #ccbf7d


#ccbf7d Border Color

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

This div border color is #ccbf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf7d


Comments

No comments written yet.

Please login to write comment.