Color Hex Logo

#cabcc4 Color Hex

#CABCC4
(202,188,196)
0 Favorites   0 Comments

Color spaces of #cabcc4

RGB 202188196
HSL0.900.120.76
HSV326°79°
CMYK 0.000.070.03   0.21
XYZ52.304152.508559.6030
Yxy52.50850.31810.3194
Hunter Lab72.46272.03271.9559
CIE-Lab77.58396.3555-2.2545

#cabcc4 color RGB value is (202,188,196).

#cabcc4 hex color red value is 202, green value is 188 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cabcc4 hue: 0.90 , saturation: 0.12 and the lightness value of cabcc4 is 0.76.

The process color (four color CMYK) of #cabcc4 color hex is 0.00, 0.07, 0.03, 0.21. Web safe color of #cabcc4 is #cccccc. Color #cabcc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11000100
Octal 312 274 304
Decimal 202 188 196
Hex CA BC C4

RGB Percentages of Color #cabcc4

%34.47
%32.08
%33.45

CMYK Percentages of Color #cabcc4

%0
%7
%3
%21

Triadic Colors of #cabcc4

#cabcc4 #c4cabc #bcc4ca

Analogous Colors of #cabcc4

#cabcc4 #cabcbd #c9bcca

Monochromatic Colors of #cabcc4

#cabcc4

Complementary Color

#cabcc4 #bccac2

#cabcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabcc4 Color CSS Codes

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

#cabcc4 Text Font Color

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

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


#cabcc4 Background Color

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

This div background color is #cabcc4


#cabcc4 Border Color

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

This div border color is #cabcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabcc4


Comments

No comments written yet.

Please login to write comment.