Color Hex Logo

#b2cabc Color Hex

#B2CABC
(178,202,188)
0 Favorites   0 Comments

Color spaces of #b2cabc

RGB 178202188
HSL0.400.180.75
HSV145°12°79°
CMYK 0.120.000.07   0.21
XYZ48.557755.336955.6988
Yxy55.33690.30430.3467
Hunter Lab74.3888-13.66357.6786
CIE-Lab79.2349-10.78704.2453

#b2cabc color RGB value is (178,202,188).

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

The process color (four color CMYK) of #b2cabc color hex is 0.12, 0.00, 0.07, 0.21. Web safe color of #b2cabc is #99cccc. Color #b2cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001010 10111100
Octal 262 312 274
Decimal 178 202 188
Hex B2 CA BC

RGB Percentages of Color #b2cabc

%31.34
%35.56
%33.10

CMYK Percentages of Color #b2cabc

%12
%0
%7
%21

Triadic Colors of #b2cabc

#b2cabc #bcb2ca #cabcb2

Analogous Colors of #b2cabc

#b2cabc #b2cac8 #b4cab2

Monochromatic Colors of #b2cabc

#b2cabc

Complementary Color

#b2cabc #cab2c0

#b2cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cabc Color CSS Codes

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

#b2cabc Text Font Color

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

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


#b2cabc Background Color

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

This div background color is #b2cabc


#b2cabc Border Color

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

This div border color is #b2cabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2cabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cabc


Comments

No comments written yet.

Please login to write comment.