Color Hex Logo

#caccb5 Color Hex

#CACCB5
(202,204,181)
0 Favorites   0 Comments

Color spaces of #caccb5

RGB 202204181
HSL0.180.180.75
HSV65°11°80°
CMYK 0.010.000.11   0.20
XYZ54.290559.078552.2579
Yxy59.07850.32780.3567
Hunter Lab76.8625-8.429113.4932
CIE-Lab81.3347-4.689211.2297

#caccb5 color RGB value is (202,204,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 10110101
Octal 312 314 265
Decimal 202 204 181
Hex CA CC B5

RGB Percentages of Color #caccb5

%34.41
%34.75
%30.83

CMYK Percentages of Color #caccb5

%1
%0
%11
%20

Triadic Colors of #caccb5

#caccb5 #b5cacc #ccb5ca

Analogous Colors of #caccb5

#caccb5 #bfccb5 #ccc3b5

Monochromatic Colors of #caccb5

#caccb5

Complementary Color

#caccb5 #b7b5cc

#caccb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccb5 Color CSS Codes

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

#caccb5 Text Font Color

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

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


#caccb5 Background Color

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

This div background color is #caccb5


#caccb5 Border Color

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

This div border color is #caccb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccb5


Comments

No comments written yet.

Please login to write comment.