Color Hex Logo

#b3dabf Color Hex

#B3DABF
(179,218,191)
0 Favorites   0 Comments

Color spaces of #b3dabf

RGB 179218191
HSL0.380.350.78
HSV138°18°85°
CMYK 0.180.000.12   0.15
XYZ53.065863.488158.7478
Yxy63.48810.30270.3622
Hunter Lab79.6794-20.559512.0610
CIE-Lab83.6985-18.02129.0742

#b3dabf color RGB value is (179,218,191).

#b3dabf hex color red value is 179, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b3dabf hue: 0.38 , saturation: 0.35 and the lightness value of b3dabf is 0.78.

The process color (four color CMYK) of #b3dabf color hex is 0.18, 0.00, 0.12, 0.15. Web safe color of #b3dabf is #cccccc. Color #b3dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011010 10111111
Octal 263 332 277
Decimal 179 218 191
Hex B3 DA BF

RGB Percentages of Color #b3dabf

%30.44
%37.07
%32.48

CMYK Percentages of Color #b3dabf

%18
%0
%12
%15

Triadic Colors of #b3dabf

#b3dabf #bfb3da #dabfb3

Analogous Colors of #b3dabf

#b3dabf #b3dad3 #bbdab3

Monochromatic Colors of #b3dabf

#b3dabf

Complementary Color

#b3dabf #dab3ce

#b3dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dabf Color CSS Codes

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

#b3dabf Text Font Color

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

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


#b3dabf Background Color

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

This div background color is #b3dabf


#b3dabf Border Color

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

This div border color is #b3dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dabf


Comments

No comments written yet.

Please login to write comment.