Color Hex Logo

#ccba8a Color Hex

#CCBA8A
(204,186,138)
0 Favorites   0 Comments

Color spaces of #ccba8a

RGB 204186138
HSL0.120.390.67
HSV44°32°80°
CMYK 0.000.090.32   0.20
XYZ47.048249.790231.1755
Yxy49.79020.36750.3889
Hunter Lab70.5622-4.466723.1982
CIE-Lab75.9403-0.771626.6978

#ccba8a color RGB value is (204,186,138).

#ccba8a hex color red value is 204, green value is 186 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccba8a hue: 0.12 , saturation: 0.39 and the lightness value of ccba8a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10001010
Octal 314 272 212
Decimal 204 186 138
Hex CC BA 8A

RGB Percentages of Color #ccba8a

%38.64
%35.23
%26.14

CMYK Percentages of Color #ccba8a

%0
%9
%32
%20

Triadic Colors of #ccba8a

#ccba8a #8accba #ba8acc

Analogous Colors of #ccba8a

#ccba8a #bdcc8a #cc998a

Monochromatic Colors of #ccba8a

#ccba8a

Complementary Color

#ccba8a #8a9ccc

#ccba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba8a Color CSS Codes

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

#ccba8a Text Font Color

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

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


#ccba8a Background Color

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

This div background color is #ccba8a


#ccba8a Border Color

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

This div border color is #ccba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba8a


Comments

No comments written yet.

Please login to write comment.