Color Hex Logo

#bad3be Color Hex

#BAD3BE
(186,211,190)
0 Favorites   0 Comments

Color spaces of #bad3be

RGB 186211190
HSL0.360.220.78
HSV130°12°83°
CMYK 0.120.000.10   0.17
XYZ52.838260.745357.6553
Yxy60.74530.30860.3547
Hunter Lab77.9393-15.381310.6979
CIE-Lab82.2416-12.33097.5779

#bad3be color RGB value is (186,211,190).

#bad3be hex color red value is 186, green value is 211 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bad3be hue: 0.36 , saturation: 0.22 and the lightness value of bad3be is 0.78.

The process color (four color CMYK) of #bad3be color hex is 0.12, 0.00, 0.10, 0.17. Web safe color of #bad3be is #cccccc. Color #bad3be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 10111110
Octal 272 323 276
Decimal 186 211 190
Hex BA D3 BE

RGB Percentages of Color #bad3be

%31.69
%35.95
%32.37

CMYK Percentages of Color #bad3be

%12
%0
%10
%17

Triadic Colors of #bad3be

#bad3be #bebad3 #d3beba

Analogous Colors of #bad3be

#bad3be #bad3cb #c3d3ba

Monochromatic Colors of #bad3be

#bad3be

Complementary Color

#bad3be #d3bacf

#bad3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad3be Color CSS Codes

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

#bad3be Text Font Color

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

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


#bad3be Background Color

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

This div background color is #bad3be


#bad3be Border Color

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

This div border color is #bad3be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,211,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bad3be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bad3be;
  -webkit-box-shadow: 1px 1px 3px 2px #bad3be;
  box-shadow:         1px 1px 3px 2px #bad3be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,211,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad3be


Comments

No comments written yet.

Please login to write comment.