Color Hex Logo

#babeec Color Hex

#BABEEC
(186,190,236)
0 Favorites   0 Comments

Color spaces of #babeec

RGB 186190236
HSL0.650.570.83
HSV235°21°93°
CMYK 0.210.190.00   0.07
XYZ53.803553.322186.8133
Yxy53.32210.27740.2749
Hunter Lab73.02203.7325-19.3724
CIE-Lab78.06488.1612-23.2744

#babeec color RGB value is (186,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11101100
Octal 272 276 354
Decimal 186 190 236
Hex BA BE EC

RGB Percentages of Color #babeec

%30.39
%31.05
%38.56

CMYK Percentages of Color #babeec

%21
%19
%0
%7

Triadic Colors of #babeec

#babeec #ecbabe #beecba

Analogous Colors of #babeec

#babeec #cfbaec #bad7ec

Monochromatic Colors of #babeec

#babeec

Complementary Color

#babeec #ece8ba

#babeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeec Color CSS Codes

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

#babeec Text Font Color

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

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


#babeec Background Color

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

This div background color is #babeec


#babeec Border Color

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

This div border color is #babeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeec


Comments

No comments written yet.

Please login to write comment.