Color Hex Logo

#baefbe Color Hex

#BAEFBE
(186,239,190)
0 Favorites   0 Comments

Color spaces of #baefbe

RGB 186239190
HSL0.350.620.83
HSV125°22°94°
CMYK 0.220.000.21   0.06
XYZ60.410575.889860.1794
Yxy75.88980.30750.3862
Hunter Lab87.1148-28.668420.0224
CIE-Lab89.8082-26.175718.2961

#baefbe color RGB value is (186,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10111110
Octal 272 357 276
Decimal 186 239 190
Hex BA EF BE

RGB Percentages of Color #baefbe

%30.24
%38.86
%30.89

CMYK Percentages of Color #baefbe

%22
%0
%21
%6

Triadic Colors of #baefbe

#baefbe #bebaef #efbeba

Analogous Colors of #baefbe

#baefbe #baefd9 #d1efba

Monochromatic Colors of #baefbe

#baefbe

Complementary Color

#baefbe #efbaeb

#baefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefbe Color CSS Codes

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

#baefbe Text Font Color

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

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


#baefbe Background Color

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

This div background color is #baefbe


#baefbe Border Color

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

This div border color is #baefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefbe


Comments

No comments written yet.

Please login to write comment.