Color Hex Logo

#babcee Color Hex

#BABCEE
(186,188,238)
0 Favorites   0 Comments

Color spaces of #babcee

RGB 186188238
HSL0.660.600.83
HSV238°22°93°
CMYK 0.220.210.00   0.07
XYZ53.665552.578688.2091
Yxy52.57860.27600.2704
Hunter Lab72.51115.2135-21.3680
CIE-Lab77.62559.7006-25.0204

#babcee color RGB value is (186,188,238).

#babcee hex color red value is 186, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #babcee hue: 0.66 , saturation: 0.60 and the lightness value of babcee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 11101110
Octal 272 274 356
Decimal 186 188 238
Hex BA BC EE

RGB Percentages of Color #babcee

%30.39
%30.72
%38.89

CMYK Percentages of Color #babcee

%22
%21
%0
%7

Triadic Colors of #babcee

#babcee #eebabc #bceeba

Analogous Colors of #babcee

#babcee #d2baee #bad6ee

Monochromatic Colors of #babcee

#babcee

Complementary Color

#babcee #eeecba

#babcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#babcee Color CSS Codes

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

#babcee Text Font Color

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

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


#babcee Background Color

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

This div background color is #babcee


#babcee Border Color

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

This div border color is #babcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babcee


Comments

No comments written yet.

Please login to write comment.