Color Hex Logo

#baefce Color Hex

#BAEFCE
(186,239,206)
0 Favorites   0 Comments

Color spaces of #baefce

RGB 186239206
HSL0.400.620.83
HSV143°22°94°
CMYK 0.220.000.14   0.06
XYZ62.256876.628369.9020
Yxy76.62830.29820.3670
Hunter Lab87.5376-26.241513.9311
CIE-Lab90.1503-23.314610.4843

#baefce color RGB value is (186,239,206).

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

The process color (four color CMYK) of #baefce color hex is 0.22, 0.00, 0.14, 0.06. Web safe color of #baefce is #ccffcc. Color #baefce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11001110
Octal 272 357 316
Decimal 186 239 206
Hex BA EF CE

RGB Percentages of Color #baefce

%29.48
%37.88
%32.65

CMYK Percentages of Color #baefce

%22
%0
%14
%6

Triadic Colors of #baefce

#baefce #cebaef #efceba

Analogous Colors of #baefce

#baefce #baefe9 #c1efba

Monochromatic Colors of #baefce

#baefce

Complementary Color

#baefce #efbadb

#baefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefce Color CSS Codes

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

#baefce Text Font Color

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

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


#baefce Background Color

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

This div background color is #baefce


#baefce Border Color

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

This div border color is #baefce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,239,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 #baefce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefce


Comments

No comments written yet.

Please login to write comment.