Color Hex Logo

#baedce Color Hex

#BAEDCE
(186,237,206)
0 Favorites   0 Comments

Color spaces of #baedce

RGB 186237206
HSL0.400.590.83
HSV144°22°93°
CMYK 0.220.000.13   0.07
XYZ61.674575.463769.7079
Yxy75.46370.29820.3648
Hunter Lab86.8698-25.293613.2322
CIE-Lab89.6098-22.34299.7122

#baedce color RGB value is (186,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 11001110
Octal 272 355 316
Decimal 186 237 206
Hex BA ED CE

RGB Percentages of Color #baedce

%29.57
%37.68
%32.75

CMYK Percentages of Color #baedce

%22
%0
%13
%7

Triadic Colors of #baedce

#baedce #cebaed #edceba

Analogous Colors of #baedce

#baedce #baede8 #c0edba

Monochromatic Colors of #baedce

#baedce

Complementary Color

#baedce #edbad9

#baedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedce Color CSS Codes

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

#baedce Text Font Color

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

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


#baedce Background Color

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

This div background color is #baedce


#baedce Border Color

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

This div border color is #baedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedce


Comments

No comments written yet.

Please login to write comment.