Color Hex Logo

#ccb098 Color Hex

#CCB098
(204,176,152)
0 Favorites   0 Comments

Color spaces of #ccb098

RGB 204176152
HSL0.080.340.70
HSV28°25°80°
CMYK 0.000.140.25   0.20
XYZ46.094746.155036.1851
Yxy46.15500.35890.3594
Hunter Lab67.93752.219415.9770
CIE-Lab73.64606.427416.0291

#ccb098 color RGB value is (204,176,152).

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

The process color (four color CMYK) of #ccb098 color hex is 0.00, 0.14, 0.25, 0.20. Web safe color of #ccb098 is #cc9999. Color #ccb098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 10011000
Octal 314 260 230
Decimal 204 176 152
Hex CC B0 98

RGB Percentages of Color #ccb098

%38.35
%33.08
%28.57

CMYK Percentages of Color #ccb098

%0
%14
%25
%20

Triadic Colors of #ccb098

#ccb098 #98ccb0 #b098cc

Analogous Colors of #ccb098

#ccb098 #ccca98 #cc989a

Monochromatic Colors of #ccb098

#ccb098

Complementary Color

#ccb098 #98b4cc

#ccb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb098 Color CSS Codes

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

#ccb098 Text Font Color

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

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


#ccb098 Background Color

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

This div background color is #ccb098


#ccb098 Border Color

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

This div border color is #ccb098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,176,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 #ccb098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb098

#ccb098 Color Palettes


Comments

No comments written yet.

Please login to write comment.