Color Hex Logo

#baebec Color Hex

#BAEBEC
(186,235,236)
0 Favorites   0 Comments

Color spaces of #baebec

RGB 186235236
HSL0.500.570.83
HSV181°21°93°
CMYK 0.210.000.00   0.07
XYZ65.098475.911990.5783
Yxy75.91190.28110.3278
Hunter Lab87.1274-19.1044-0.6491
CIE-Lab89.8184-15.3757-5.6527

#baebec color RGB value is (186,235,236).

#baebec hex color red value is 186, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #baebec hue: 0.50 , saturation: 0.57 and the lightness value of baebec is 0.83.

The process color (four color CMYK) of #baebec color hex is 0.21, 0.00, 0.00, 0.07. Web safe color of #baebec is #ccffff. Color #baebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11101100
Octal 272 353 354
Decimal 186 235 236
Hex BA EB EC

RGB Percentages of Color #baebec

%28.31
%35.77
%35.92

CMYK Percentages of Color #baebec

%21
%0
%0
%7

Triadic Colors of #baebec

#baebec #ecbaeb #ebecba

Analogous Colors of #baebec

#baebec #bad2ec #baecd4

Monochromatic Colors of #baebec

#baebec

Complementary Color

#baebec #ecbbba

#baebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebec Color CSS Codes

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

#baebec Text Font Color

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

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


#baebec Background Color

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

This div background color is #baebec


#baebec Border Color

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

This div border color is #baebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebec


Comments

No comments written yet.

Please login to write comment.