Color Hex Logo

#b3dfae Color Hex

#B3DFAE
(179,223,174)
0 Favorites   0 Comments

Color spaces of #b3dfae

RGB 179223174
HSL0.320.430.78
HSV114°22°87°
CMYK 0.200.000.22   0.13
XYZ52.618165.415149.8975
Yxy65.41510.31330.3895
Hunter Lab80.8796-25.412020.0376
CIE-Lab84.6972-23.486919.4211

#b3dfae color RGB value is (179,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 10101110
Octal 263 337 256
Decimal 179 223 174
Hex B3 DF AE

RGB Percentages of Color #b3dfae

%31.08
%38.72
%30.21

CMYK Percentages of Color #b3dfae

%20
%0
%22
%13

Triadic Colors of #b3dfae

#b3dfae #aeb3df #dfaeb3

Analogous Colors of #b3dfae

#b3dfae #aedfc2 #ccdfae

Monochromatic Colors of #b3dfae

#b3dfae

Complementary Color

#b3dfae #daaedf

#b3dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfae Color CSS Codes

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

#b3dfae Text Font Color

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

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


#b3dfae Background Color

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

This div background color is #b3dfae


#b3dfae Border Color

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

This div border color is #b3dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfae


Comments

No comments written yet.

Please login to write comment.