Color Hex Logo

#bacdeb Color Hex

#BACDEB
(186,205,235)
0 Favorites   0 Comments

Color spaces of #bacdeb

RGB 186205235
HSL0.600.550.83
HSV217°21°92°
CMYK 0.210.130.00   0.08
XYZ57.076460.099987.1895
Yxy60.09990.27930.2941
Hunter Lab77.5241-4.2483-12.4151
CIE-Lab81.8925-0.1151-16.9425

#bacdeb color RGB value is (186,205,235).

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

The process color (four color CMYK) of #bacdeb color hex is 0.21, 0.13, 0.00, 0.08. Web safe color of #bacdeb is #ccccff. Color #bacdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001101 11101011
Octal 272 315 353
Decimal 186 205 235
Hex BA CD EB

RGB Percentages of Color #bacdeb

%29.71
%32.75
%37.54

CMYK Percentages of Color #bacdeb

%21
%13
%0
%8

Triadic Colors of #bacdeb

#bacdeb #ebbacd #cdebba

Analogous Colors of #bacdeb

#bacdeb #c0baeb #bae6eb

Monochromatic Colors of #bacdeb

#bacdeb

Complementary Color

#bacdeb #ebd8ba

#bacdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacdeb Color CSS Codes

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

#bacdeb Text Font Color

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

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


#bacdeb Background Color

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

This div background color is #bacdeb


#bacdeb Border Color

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

This div border color is #bacdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacdeb


Comments

No comments written yet.

Please login to write comment.