Color Hex Logo

#baedbc Color Hex

#BAEDBC
(186,237,188)
0 Favorites   0 Comments

Color spaces of #baedbc

RGB 186237188
HSL0.340.590.83
HSV122°22°93°
CMYK 0.220.000.21   0.07
XYZ59.611074.638358.8418
Yxy74.63830.30870.3865
Hunter Lab86.3935-28.024620.0935
CIE-Lab89.2233-25.559618.5129

#baedbc color RGB value is (186,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10111100
Octal 272 355 274
Decimal 186 237 188
Hex BA ED BC

RGB Percentages of Color #baedbc

%30.44
%38.79
%30.77

CMYK Percentages of Color #baedbc

%22
%0
%21
%7

Triadic Colors of #baedbc

#baedbc #bcbaed #edbcba

Analogous Colors of #baedbc

#baedbc #baedd6 #d2edba

Monochromatic Colors of #baedbc

#baedbc

Complementary Color

#baedbc #edbaeb

#baedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedbc Color CSS Codes

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

#baedbc Text Font Color

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

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


#baedbc Background Color

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

This div background color is #baedbc


#baedbc Border Color

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

This div border color is #baedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedbc


Comments

No comments written yet.

Please login to write comment.