Color Hex Logo

#ccba98 Color Hex

#CCBA98
(204,186,152)
0 Favorites   0 Comments

Color spaces of #ccba98

RGB 204186152
HSL0.110.340.70
HSV39°25°80°
CMYK 0.000.090.25   0.20
XYZ48.128250.222236.8630
Yxy50.22220.35590.3714
Hunter Lab70.8676-2.794018.7666
CIE-Lab76.20541.089119.5822

#ccba98 color RGB value is (204,186,152).

#ccba98 hex color red value is 204, green value is 186 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ccba98 hue: 0.11 , saturation: 0.34 and the lightness value of ccba98 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10011000
Octal 314 272 230
Decimal 204 186 152
Hex CC BA 98

RGB Percentages of Color #ccba98

%37.64
%34.32
%28.04

CMYK Percentages of Color #ccba98

%0
%9
%25
%20

Triadic Colors of #ccba98

#ccba98 #98ccba #ba98cc

Analogous Colors of #ccba98

#ccba98 #c4cc98 #cca098

Monochromatic Colors of #ccba98

#ccba98

Complementary Color

#ccba98 #98aacc

#ccba98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba98 Color CSS Codes

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

#ccba98 Text Font Color

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

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


#ccba98 Background Color

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

This div background color is #ccba98


#ccba98 Border Color

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

This div border color is #ccba98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba98

#ccba98 Color Palettes


Comments

No comments written yet.

Please login to write comment.