Color Hex Logo

#b3dfa4 Color Hex

#B3DFA4
(179,223,164)
0 Favorites   0 Comments

Color spaces of #b3dfa4

RGB 179223164
HSL0.290.480.76
HSV105°26°87°
CMYK 0.200.000.26   0.13
XYZ51.678965.039444.9521
Yxy65.03940.31970.4023
Hunter Lab80.6470-26.748823.4051
CIE-Lab84.5040-25.111724.3604

#b3dfa4 color RGB value is (179,223,164).

#b3dfa4 hex color red value is 179, green value is 223 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b3dfa4 hue: 0.29 , saturation: 0.48 and the lightness value of b3dfa4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 10100100
Octal 263 337 244
Decimal 179 223 164
Hex B3 DF A4

RGB Percentages of Color #b3dfa4

%31.63
%39.40
%28.98

CMYK Percentages of Color #b3dfa4

%20
%0
%26
%13

Triadic Colors of #b3dfa4

#b3dfa4 #a4b3df #dfa4b3

Analogous Colors of #b3dfa4

#b3dfa4 #a4dfb3 #d1dfa4

Monochromatic Colors of #b3dfa4

#b3dfa4

Complementary Color

#b3dfa4 #d0a4df

#b3dfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfa4 Color CSS Codes

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

#b3dfa4 Text Font Color

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

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


#b3dfa4 Background Color

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

This div background color is #b3dfa4


#b3dfa4 Border Color

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

This div border color is #b3dfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfa4


Comments

No comments written yet.

Please login to write comment.