Color Hex Logo

#b3dfaf Color Hex

#B3DFAF
(179,223,175)
1 Favorites   0 Comments

Color spaces of #b3dfaf

RGB 179223175
HSL0.320.430.78
HSV115°22°87°
CMYK 0.200.000.22   0.13
XYZ52.715965.454250.4129
Yxy65.45420.31270.3883
Hunter Lab80.9038-25.273219.6877
CIE-Lab84.7172-23.319118.9266

#b3dfaf color RGB value is (179,223,175).

#b3dfaf hex color red value is 179, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b3dfaf hue: 0.32 , saturation: 0.43 and the lightness value of b3dfaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 10101111
Octal 263 337 257
Decimal 179 223 175
Hex B3 DF AF

RGB Percentages of Color #b3dfaf

%31.02
%38.65
%30.33

CMYK Percentages of Color #b3dfaf

%20
%0
%22
%13

Triadic Colors of #b3dfaf

#b3dfaf #afb3df #dfafb3

Analogous Colors of #b3dfaf

#b3dfaf #afdfc3 #cbdfaf

Monochromatic Colors of #b3dfaf

#b3dfaf

Complementary Color

#b3dfaf #dbafdf

#b3dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfaf Color CSS Codes

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

#b3dfaf Text Font Color

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

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


#b3dfaf Background Color

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

This div background color is #b3dfaf


#b3dfaf Border Color

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

This div border color is #b3dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfaf


Comments

No comments written yet.

Please login to write comment.