Color Hex Logo

#babedc Color Hex

#BABEDC
(186,190,220)
0 Favorites   0 Comments

Color spaces of #babedc

RGB 186190220
HSL0.650.330.80
HSV233°15°86°
CMYK 0.150.140.00   0.14
XYZ51.581452.433375.1122
Yxy52.43330.28800.2927
Hunter Lab72.41080.4344-10.8143
CIE-Lab77.53924.6522-15.4432

#babedc color RGB value is (186,190,220).

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

The process color (four color CMYK) of #babedc color hex is 0.15, 0.14, 0.00, 0.14. Web safe color of #babedc is #cccccc. Color #babedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11011100
Octal 272 276 334
Decimal 186 190 220
Hex BA BE DC

RGB Percentages of Color #babedc

%31.21
%31.88
%36.91

CMYK Percentages of Color #babedc

%15
%14
%0
%14

Triadic Colors of #babedc

#babedc #dcbabe #bedcba

Analogous Colors of #babedc

#babedc #c7badc #bacfdc

Monochromatic Colors of #babedc

#babedc

Complementary Color

#babedc #dcd8ba

#babedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babedc Color CSS Codes

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

#babedc Text Font Color

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

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


#babedc Background Color

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

This div background color is #babedc


#babedc Border Color

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

This div border color is #babedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babedc


Comments

No comments written yet.

Please login to write comment.