Color Hex Logo

#cabec6 Color Hex

#CABEC6
(202,190,198)
0 Favorites   0 Comments

Color spaces of #cabec6

RGB 202190198
HSL0.890.100.77
HSV320°79°
CMYK 0.000.060.02   0.21
XYZ52.963653.460760.9535
Yxy53.46070.31640.3194
Hunter Lab73.11681.34551.7549
CIE-Lab78.14625.6467-2.5114

#cabec6 color RGB value is (202,190,198).

#cabec6 hex color red value is 202, green value is 190 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #cabec6 hue: 0.89 , saturation: 0.10 and the lightness value of cabec6 is 0.77.

The process color (four color CMYK) of #cabec6 color hex is 0.00, 0.06, 0.02, 0.21. Web safe color of #cabec6 is #cccccc. Color #cabec6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11000110
Octal 312 276 306
Decimal 202 190 198
Hex CA BE C6

RGB Percentages of Color #cabec6

%34.24
%32.20
%33.56

CMYK Percentages of Color #cabec6

%0
%6
%2
%21

Triadic Colors of #cabec6

#cabec6 #c6cabe #bec6ca

Analogous Colors of #cabec6

#cabec6 #cabec0 #c8beca

Monochromatic Colors of #cabec6

#cabec6

Complementary Color

#cabec6 #becac2

#cabec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabec6 Color CSS Codes

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

#cabec6 Text Font Color

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

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


#cabec6 Background Color

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

This div background color is #cabec6


#cabec6 Border Color

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

This div border color is #cabec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabec6


Comments

No comments written yet.

Please login to write comment.