Color Hex Logo

#b3dfa1 Color Hex

#B3DFA1
(179,223,161)
0 Favorites   0 Comments

Color spaces of #b3dfa1

RGB 179223161
HSL0.280.490.75
HSV103°28°87°
CMYK 0.200.000.28   0.13
XYZ51.411164.932343.5417
Yxy64.93230.32160.4061
Hunter Lab80.5806-27.131524.3691
CIE-Lab84.4488-25.579925.8394

#b3dfa1 color RGB value is (179,223,161).

#b3dfa1 hex color red value is 179, green value is 223 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b3dfa1 hue: 0.28 , saturation: 0.49 and the lightness value of b3dfa1 is 0.75.

The process color (four color CMYK) of #b3dfa1 color hex is 0.20, 0.00, 0.28, 0.13. Web safe color of #b3dfa1 is #cccc99. Color #b3dfa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 10100001
Octal 263 337 241
Decimal 179 223 161
Hex B3 DF A1

RGB Percentages of Color #b3dfa1

%31.79
%39.61
%28.60

CMYK Percentages of Color #b3dfa1

%20
%0
%28
%13

Triadic Colors of #b3dfa1

#b3dfa1 #a1b3df #dfa1b3

Analogous Colors of #b3dfa1

#b3dfa1 #a1dfae #d2dfa1

Monochromatic Colors of #b3dfa1

#b3dfa1

Complementary Color

#b3dfa1 #cda1df

#b3dfa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfa1 Color CSS Codes

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

#b3dfa1 Text Font Color

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

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


#b3dfa1 Background Color

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

This div background color is #b3dfa1


#b3dfa1 Border Color

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

This div border color is #b3dfa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfa1


Comments

No comments written yet.

Please login to write comment.