Color Hex Logo

#caccb3 Color Hex

#CACCB3
(202,204,179)
0 Favorites   0 Comments

Color spaces of #caccb3

RGB 202204179
HSL0.180.200.75
HSV65°12°80°
CMYK 0.010.000.12   0.20
XYZ54.086758.997051.1847
Yxy58.99700.32930.3592
Hunter Lab76.8095-8.722914.2567
CIE-Lab81.2899-5.015912.2319

#caccb3 color RGB value is (202,204,179).

#caccb3 hex color red value is 202, green value is 204 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #caccb3 hue: 0.18 , saturation: 0.20 and the lightness value of caccb3 is 0.75.

The process color (four color CMYK) of #caccb3 color hex is 0.01, 0.00, 0.12, 0.20. Web safe color of #caccb3 is #cccccc. Color #caccb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 10110011
Octal 312 314 263
Decimal 202 204 179
Hex CA CC B3

RGB Percentages of Color #caccb3

%34.53
%34.87
%30.60

CMYK Percentages of Color #caccb3

%1
%0
%12
%20

Triadic Colors of #caccb3

#caccb3 #b3cacc #ccb3ca

Analogous Colors of #caccb3

#caccb3 #beccb3 #ccc2b3

Monochromatic Colors of #caccb3

#caccb3

Complementary Color

#caccb3 #b5b3cc

#caccb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccb3 Color CSS Codes

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

#caccb3 Text Font Color

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

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


#caccb3 Background Color

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

This div background color is #caccb3


#caccb3 Border Color

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

This div border color is #caccb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccb3

#caccb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.