Color Hex Logo

#ccba83 Color Hex

#CCBA83
(204,186,131)
0 Favorites   0 Comments

Color spaces of #ccba83

RGB 204186131
HSL0.130.420.66
HSV45°36°80°
CMYK 0.000.090.36   0.20
XYZ46.557549.593928.5915
Yxy49.59390.37320.3976
Hunter Lab70.4229-5.231525.2245
CIE-Lab75.8193-1.630030.2368

#ccba83 color RGB value is (204,186,131).

#ccba83 hex color red value is 204, green value is 186 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ccba83 hue: 0.13 , saturation: 0.42 and the lightness value of ccba83 is 0.66.

The process color (four color CMYK) of #ccba83 color hex is 0.00, 0.09, 0.36, 0.20. Web safe color of #ccba83 is #cccc99. Color #ccba83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10000011
Octal 314 272 203
Decimal 204 186 131
Hex CC BA 83

RGB Percentages of Color #ccba83

%39.16
%35.70
%25.14

CMYK Percentages of Color #ccba83

%0
%9
%36
%20

Triadic Colors of #ccba83

#ccba83 #83ccba #ba83cc

Analogous Colors of #ccba83

#ccba83 #bacc83 #cc9683

Monochromatic Colors of #ccba83

#ccba83

Complementary Color

#ccba83 #8395cc

#ccba83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba83 Color CSS Codes

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

#ccba83 Text Font Color

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

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


#ccba83 Background Color

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

This div background color is #ccba83


#ccba83 Border Color

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

This div border color is #ccba83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba83


Comments

No comments written yet.

Please login to write comment.