Color Hex Logo

#b3e0dc Color Hex

#B3E0DC
(179,224,220)
0 Favorites   0 Comments

Color spaces of #b3e0dc

RGB 179224220
HSL0.490.420.79
HSV175°20°88°
CMYK 0.200.000.02   0.12
XYZ58.164368.062377.7819
Yxy68.06230.28510.3336
Hunter Lab82.4999-18.52821.8506
CIE-Lab86.0376-15.3188-2.8602

#b3e0dc color RGB value is (179,224,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11100000 11011100
Octal 263 340 334
Decimal 179 224 220
Hex B3 E0 DC

RGB Percentages of Color #b3e0dc

%28.73
%35.96
%35.31

CMYK Percentages of Color #b3e0dc

%20
%0
%2
%12

Triadic Colors of #b3e0dc

#b3e0dc #dcb3e0 #e0dcb3

Analogous Colors of #b3e0dc

#b3e0dc #b3cee0 #b3e0c6

Monochromatic Colors of #b3e0dc

#b3e0dc

Complementary Color

#b3e0dc #e0b3b7

#b3e0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e0dc Color CSS Codes

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

#b3e0dc Text Font Color

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

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


#b3e0dc Background Color

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

This div background color is #b3e0dc


#b3e0dc Border Color

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

This div border color is #b3e0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e0dc


Comments

No comments written yet.

Please login to write comment.