Color Hex Logo

#baedbb Color Hex

#BAEDBB
(186,237,187)
0 Favorites   0 Comments

Color spaces of #baedbb

RGB 186237187
HSL0.340.590.83
HSV121°22°93°
CMYK 0.220.000.21   0.07
XYZ59.503574.595358.2759
Yxy74.59530.30930.3878
Hunter Lab86.3686-28.167720.4530
CIE-Lab89.2031-25.729919.0020

#baedbb color RGB value is (186,237,187).

#baedbb hex color red value is 186, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #baedbb hue: 0.34 , saturation: 0.59 and the lightness value of baedbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10111011
Octal 272 355 273
Decimal 186 237 187
Hex BA ED BB

RGB Percentages of Color #baedbb

%30.49
%38.85
%30.66

CMYK Percentages of Color #baedbb

%22
%0
%21
%7

Triadic Colors of #baedbb

#baedbb #bbbaed #edbbba

Analogous Colors of #baedbb

#baedbb #baedd5 #d3edba

Monochromatic Colors of #baedbb

#baedbb

Complementary Color

#baedbb #edbaec

#baedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedbb Color CSS Codes

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

#baedbb Text Font Color

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

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


#baedbb Background Color

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

This div background color is #baedbb


#baedbb Border Color

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

This div border color is #baedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedbb


Comments

No comments written yet.

Please login to write comment.