Color Hex Logo

#b3ddae Color Hex

#B3DDAE
(179,221,174)
0 Favorites   0 Comments

Color spaces of #b3ddae

RGB 179221174
HSL0.320.410.77
HSV114°21°87°
CMYK 0.190.000.21   0.13
XYZ52.086864.352649.7204
Yxy64.35260.31350.3873
Hunter Lab80.2201-24.485319.4061
CIE-Lab84.1490-22.510618.6586

#b3ddae color RGB value is (179,221,174).

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

The process color (four color CMYK) of #b3ddae color hex is 0.19, 0.00, 0.21, 0.13. Web safe color of #b3ddae is #cccc99. Color #b3ddae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 10101110
Octal 263 335 256
Decimal 179 221 174
Hex B3 DD AE

RGB Percentages of Color #b3ddae

%31.18
%38.50
%30.31

CMYK Percentages of Color #b3ddae

%19
%0
%21
%13

Triadic Colors of #b3ddae

#b3ddae #aeb3dd #ddaeb3

Analogous Colors of #b3ddae

#b3ddae #aeddc1 #cbddae

Monochromatic Colors of #b3ddae

#b3ddae

Complementary Color

#b3ddae #d8aedd

#b3ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ddae Color CSS Codes

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

#b3ddae Text Font Color

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

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


#b3ddae Background Color

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

This div background color is #b3ddae


#b3ddae Border Color

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

This div border color is #b3ddae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,221,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 #b3ddae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ddae


Comments

No comments written yet.

Please login to write comment.