Color Hex Logo

#b3dabc Color Hex

#B3DABC
(179,218,188)
0 Favorites   0 Comments

Color spaces of #b3dabc

RGB 179218188
HSL0.370.350.78
HSV134°18°85°
CMYK 0.180.000.14   0.15
XYZ52.738963.357457.0265
Yxy63.35740.30460.3660
Hunter Lab79.5974-21.026513.2406
CIE-Lab83.6301-18.573310.5622

#b3dabc color RGB value is (179,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011010 10111100
Octal 263 332 274
Decimal 179 218 188
Hex B3 DA BC

RGB Percentages of Color #b3dabc

%30.60
%37.26
%32.14

CMYK Percentages of Color #b3dabc

%18
%0
%14
%15

Triadic Colors of #b3dabc

#b3dabc #bcb3da #dabcb3

Analogous Colors of #b3dabc

#b3dabc #b3dad0 #bedab3

Monochromatic Colors of #b3dabc

#b3dabc

Complementary Color

#b3dabc #dab3d1

#b3dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dabc Color CSS Codes

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

#b3dabc Text Font Color

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

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


#b3dabc Background Color

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

This div background color is #b3dabc


#b3dabc Border Color

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

This div border color is #b3dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dabc


Comments

No comments written yet.

Please login to write comment.