Color Hex Logo

#baebfb Color Hex

#BAEBFB
(186,235,251)
0 Favorites   0 Comments

Color spaces of #baebfb

RGB 186235251
HSL0.540.890.86
HSV195°26°98°
CMYK 0.260.060.00   0.02
XYZ67.370676.8208102.5439
Yxy76.82080.27300.3113
Hunter Lab87.6475-16.1783-8.0136
CIE-Lab90.2391-12.1196-12.8700

#baebfb color RGB value is (186,235,251).

#baebfb hex color red value is 186, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #baebfb hue: 0.54 , saturation: 0.89 and the lightness value of baebfb is 0.86.

The process color (four color CMYK) of #baebfb color hex is 0.26, 0.06, 0.00, 0.02. Web safe color of #baebfb is #ccffff. Color #baebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11111011
Octal 272 353 373
Decimal 186 235 251
Hex BA EB FB

RGB Percentages of Color #baebfb

%27.68
%34.97
%37.35

CMYK Percentages of Color #baebfb

%26
%6
%0
%2

Triadic Colors of #baebfb

#baebfb #fbbaeb #ebfbba

Analogous Colors of #baebfb

#baebfb #bacbfb #bafbeb

Monochromatic Colors of #baebfb

#baebfb

Complementary Color

#baebfb #fbcaba

#baebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebfb Color CSS Codes

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

#baebfb Text Font Color

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

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


#baebfb Background Color

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

This div background color is #baebfb


#baebfb Border Color

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

This div border color is #baebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebfb


Comments

No comments written yet.

Please login to write comment.