Color Hex Logo

#ccaf98 Color Hex

#CCAF98
(204,175,152)
0 Favorites   0 Comments

Color spaces of #ccaf98

RGB 204175152
HSL0.070.340.70
HSV27°25°80°
CMYK 0.000.140.25   0.20
XYZ45.899345.764336.1200
Yxy45.76430.35920.3581
Hunter Lab67.64932.723915.6978
CIE-Lab73.39236.965015.6748

#ccaf98 color RGB value is (204,175,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10011000
Octal 314 257 230
Decimal 204 175 152
Hex CC AF 98

RGB Percentages of Color #ccaf98

%38.42
%32.96
%28.63

CMYK Percentages of Color #ccaf98

%0
%14
%25
%20

Triadic Colors of #ccaf98

#ccaf98 #98ccaf #af98cc

Analogous Colors of #ccaf98

#ccaf98 #ccc998 #cc989b

Monochromatic Colors of #ccaf98

#ccaf98

Complementary Color

#ccaf98 #98b5cc

#ccaf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf98 Color CSS Codes

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

#ccaf98 Text Font Color

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

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


#ccaf98 Background Color

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

This div background color is #ccaf98


#ccaf98 Border Color

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

This div border color is #ccaf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf98


Comments

No comments written yet.

Please login to write comment.