Color Hex Logo

#baedb6 Color Hex

#BAEDB6
(186,237,182)
0 Favorites   0 Comments

Color spaces of #baedb6

RGB 186237182
HSL0.320.600.82
HSV116°23°93°
CMYK 0.220.000.23   0.07
XYZ58.977474.384955.5052
Yxy74.38490.31230.3938
Hunter Lab86.2467-28.869422.2158
CIE-Lab89.1041-26.567521.4466

#baedb6 color RGB value is (186,237,182).

#baedb6 hex color red value is 186, green value is 237 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #baedb6 hue: 0.32 , saturation: 0.60 and the lightness value of baedb6 is 0.82.

The process color (four color CMYK) of #baedb6 color hex is 0.22, 0.00, 0.23, 0.07. Web safe color of #baedb6 is #ccffcc. Color #baedb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10110110
Octal 272 355 266
Decimal 186 237 182
Hex BA ED B6

RGB Percentages of Color #baedb6

%30.74
%39.17
%30.08

CMYK Percentages of Color #baedb6

%22
%0
%23
%7

Triadic Colors of #baedb6

#baedb6 #b6baed #edb6ba

Analogous Colors of #baedb6

#baedb6 #b6edce #d6edb6

Monochromatic Colors of #baedb6

#baedb6

Complementary Color

#baedb6 #e9b6ed

#baedb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedb6 Color CSS Codes

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

#baedb6 Text Font Color

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

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


#baedb6 Background Color

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

This div background color is #baedb6


#baedb6 Border Color

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

This div border color is #baedb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedb6


Comments

No comments written yet.

Please login to write comment.