Color Hex Logo

#b2ddaf Color Hex

#B2DDAF
(178,221,175)
0 Favorites   0 Comments

Color spaces of #b2ddaf

RGB 178221175
HSL0.320.400.78
HSV116°21°87°
CMYK 0.190.000.21   0.13
XYZ51.954464.273050.2251
Yxy64.27300.31210.3861
Hunter Lab80.1704-24.621518.9754
CIE-Lab84.1077-22.679518.0680

#b2ddaf color RGB value is (178,221,175).

#b2ddaf hex color red value is 178, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b2ddaf hue: 0.32 , saturation: 0.40 and the lightness value of b2ddaf is 0.78.

The process color (four color CMYK) of #b2ddaf color hex is 0.19, 0.00, 0.21, 0.13. Web safe color of #b2ddaf is #99cc99. Color #b2ddaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 10101111
Octal 262 335 257
Decimal 178 221 175
Hex B2 DD AF

RGB Percentages of Color #b2ddaf

%31.01
%38.50
%30.49

CMYK Percentages of Color #b2ddaf

%19
%0
%21
%13

Triadic Colors of #b2ddaf

#b2ddaf #afb2dd #ddafb2

Analogous Colors of #b2ddaf

#b2ddaf #afddc3 #c9ddaf

Monochromatic Colors of #b2ddaf

#b2ddaf

Complementary Color

#b2ddaf #daafdd

#b2ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ddaf Color CSS Codes

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

#b2ddaf Text Font Color

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

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


#b2ddaf Background Color

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

This div background color is #b2ddaf


#b2ddaf Border Color

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

This div border color is #b2ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ddaf


Comments

No comments written yet.

Please login to write comment.