Color Hex Logo

#ccb865 Color Hex

#CCB865
(204,184,101)
0 Favorites   0 Comments

Color spaces of #ccb865

RGB 204184101
HSL0.130.500.60
HSV48°50°80°
CMYK 0.000.100.50   0.20
XYZ44.391348.057919.2484
Yxy48.05790.39740.4303
Hunter Lab69.3238-7.014732.0642
CIE-Lab74.8614-3.711344.4106

#ccb865 color RGB value is (204,184,101).

#ccb865 hex color red value is 204, green value is 184 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ccb865 hue: 0.13 , saturation: 0.50 and the lightness value of ccb865 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01100101
Octal 314 270 145
Decimal 204 184 101
Hex CC B8 65

RGB Percentages of Color #ccb865

%41.72
%37.63
%20.65

CMYK Percentages of Color #ccb865

%0
%10
%50
%20

Triadic Colors of #ccb865

#ccb865 #65ccb8 #b865cc

Analogous Colors of #ccb865

#ccb865 #adcc65 #cc8565

Monochromatic Colors of #ccb865

#ccb865

Complementary Color

#ccb865 #6579cc

#ccb865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb865 Color CSS Codes

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

#ccb865 Text Font Color

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

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


#ccb865 Background Color

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

This div background color is #ccb865


#ccb865 Border Color

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

This div border color is #ccb865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb865


Comments

No comments written yet.

Please login to write comment.