Color Hex Logo

#cab5be Color Hex

#CAB5BE
(202,181,190)
0 Favorites   0 Comments

Color spaces of #cab5be

RGB 202181190
HSL0.930.170.75
HSV334°10°79°
CMYK 0.000.100.06   0.21
XYZ50.175349.322055.5908
Yxy49.32200.32350.3180
Hunter Lab70.22964.62682.2293
CIE-Lab75.65129.0501-1.8300

#cab5be color RGB value is (202,181,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 10111110
Octal 312 265 276
Decimal 202 181 190
Hex CA B5 BE

RGB Percentages of Color #cab5be

%35.25
%31.59
%33.16

CMYK Percentages of Color #cab5be

%0
%10
%6
%21

Triadic Colors of #cab5be

#cab5be #becab5 #b5beca

Analogous Colors of #cab5be

#cab5be #cab7b5 #cab5c9

Monochromatic Colors of #cab5be

#cab5be

Complementary Color

#cab5be #b5cac1

#cab5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab5be Color CSS Codes

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

#cab5be Text Font Color

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

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


#cab5be Background Color

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

This div background color is #cab5be


#cab5be Border Color

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

This div border color is #cab5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab5be


Comments

No comments written yet.

Please login to write comment.