Color Hex Logo

#b2cdad Color Hex

#B2CDAD
(178,205,173)
0 Favorites   0 Comments

Color spaces of #b2cdad

RGB 178205173
HSL0.310.240.74
HSV111°16°80°
CMYK 0.130.000.16   0.20
XYZ47.734256.144847.8563
Yxy56.14480.31460.3700
Hunter Lab74.9298-17.413414.5835
CIE-Lab79.6962-15.047612.9306

#b2cdad color RGB value is (178,205,173).

#b2cdad hex color red value is 178, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b2cdad hue: 0.31 , saturation: 0.24 and the lightness value of b2cdad is 0.74.

The process color (four color CMYK) of #b2cdad color hex is 0.13, 0.00, 0.16, 0.20. Web safe color of #b2cdad is #99cc99. Color #b2cdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 10101101
Octal 262 315 255
Decimal 178 205 173
Hex B2 CD AD

RGB Percentages of Color #b2cdad

%32.01
%36.87
%31.12

CMYK Percentages of Color #b2cdad

%13
%0
%16
%20

Triadic Colors of #b2cdad

#b2cdad #adb2cd #cdadb2

Analogous Colors of #b2cdad

#b2cdad #adcdb8 #c2cdad

Monochromatic Colors of #b2cdad

#b2cdad

Complementary Color

#b2cdad #c8adcd

#b2cdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cdad Color CSS Codes

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

#b2cdad Text Font Color

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

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


#b2cdad Background Color

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

This div background color is #b2cdad


#b2cdad Border Color

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

This div border color is #b2cdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,205,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cdad


Comments

No comments written yet.

Please login to write comment.