Color Hex Logo

#b3e1dd Color Hex

#B3E1DD
(179,225,221)
0 Favorites   0 Comments

Color spaces of #b3e1dd

RGB 179225221
HSL0.490.430.79
HSV175°20°88°
CMYK 0.200.000.02   0.12
XYZ58.566868.654678.5715
Yxy68.65460.28460.3336
Hunter Lab82.8581-18.83201.7780
CIE-Lab86.3327-15.6140-2.9543

#b3e1dd color RGB value is (179,225,221).

#b3e1dd hex color red value is 179, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b3e1dd hue: 0.49 , saturation: 0.43 and the lightness value of b3e1dd is 0.79.

The process color (four color CMYK) of #b3e1dd color hex is 0.20, 0.00, 0.02, 0.12. Web safe color of #b3e1dd is #cccccc. Color #b3e1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11100001 11011101
Octal 263 341 335
Decimal 179 225 221
Hex B3 E1 DD

RGB Percentages of Color #b3e1dd

%28.64
%36.00
%35.36

CMYK Percentages of Color #b3e1dd

%20
%0
%2
%12

Triadic Colors of #b3e1dd

#b3e1dd #ddb3e1 #e1ddb3

Analogous Colors of #b3e1dd

#b3e1dd #b3cee1 #b3e1c6

Monochromatic Colors of #b3e1dd

#b3e1dd

Complementary Color

#b3e1dd #e1b3b7

#b3e1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e1dd Color CSS Codes

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

#b3e1dd Text Font Color

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

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


#b3e1dd Background Color

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

This div background color is #b3e1dd


#b3e1dd Border Color

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

This div border color is #b3e1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e1dd


Comments

No comments written yet.

Please login to write comment.