Color Hex Logo

#b3cabc Color Hex

#B3CABC
(179,202,188)
0 Favorites   0 Comments

Color spaces of #b3cabc

RGB 179202188
HSL0.400.180.75
HSV143°11°79°
CMYK 0.110.000.07   0.21
XYZ48.788055.455655.7096
Yxy55.45560.30500.3467
Hunter Lab74.4685-13.37577.7733
CIE-Lab79.3030-10.44944.3523

#b3cabc color RGB value is (179,202,188).

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

The process color (four color CMYK) of #b3cabc color hex is 0.11, 0.00, 0.07, 0.21. Web safe color of #b3cabc is #cccccc. Color #b3cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 10111100
Octal 263 312 274
Decimal 179 202 188
Hex B3 CA BC

RGB Percentages of Color #b3cabc

%31.46
%35.50
%33.04

CMYK Percentages of Color #b3cabc

%11
%0
%7
%21

Triadic Colors of #b3cabc

#b3cabc #bcb3ca #cabcb3

Analogous Colors of #b3cabc

#b3cabc #b3cac8 #b6cab3

Monochromatic Colors of #b3cabc

#b3cabc

Complementary Color

#b3cabc #cab3c1

#b3cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cabc Color CSS Codes

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

#b3cabc Text Font Color

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

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


#b3cabc Background Color

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

This div background color is #b3cabc


#b3cabc Border Color

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

This div border color is #b3cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cabc


Comments

No comments written yet.

Please login to write comment.