Color Hex Logo

#caceb2 Color Hex

#CACEB2
(202,206,178)
0 Favorites   0 Comments

Color spaces of #caceb2

RGB 202206178
HSL0.190.220.75
HSV69°14°81°
CMYK 0.020.000.14   0.19
XYZ54.464359.913550.8134
Yxy59.91350.32970.3627
Hunter Lab77.4038-9.857215.2605
CIE-Lab81.7911-6.214313.4730

#caceb2 color RGB value is (202,206,178).

#caceb2 hex color red value is 202, green value is 206 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #caceb2 hue: 0.19 , saturation: 0.22 and the lightness value of caceb2 is 0.75.

The process color (four color CMYK) of #caceb2 color hex is 0.02, 0.00, 0.14, 0.19. Web safe color of #caceb2 is #cccc99. Color #caceb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 10110010
Octal 312 316 262
Decimal 202 206 178
Hex CA CE B2

RGB Percentages of Color #caceb2

%34.47
%35.15
%30.38

CMYK Percentages of Color #caceb2

%2
%0
%14
%19

Triadic Colors of #caceb2

#caceb2 #b2cace #ceb2ca

Analogous Colors of #caceb2

#caceb2 #bcceb2 #cec4b2

Monochromatic Colors of #caceb2

#caceb2

Complementary Color

#caceb2 #b6b2ce

#caceb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caceb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caceb2 Color CSS Codes

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

#caceb2 Text Font Color

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

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


#caceb2 Background Color

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

This div background color is #caceb2


#caceb2 Border Color

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

This div border color is #caceb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caceb2


Comments

No comments written yet.

Please login to write comment.