Color Hex Logo

#badaeb Color Hex

#BADAEB
(186,218,235)
0 Favorites   0 Comments

Color spaces of #badaeb

RGB 186218235
HSL0.560.550.83
HSV201°21°92°
CMYK 0.210.070.00   0.08
XYZ60.316566.580188.2695
Yxy66.58010.28030.3094
Hunter Lab81.5966-10.8463-7.0210
CIE-Lab85.2915-6.9302-11.8458

#badaeb color RGB value is (186,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11101011
Octal 272 332 353
Decimal 186 218 235
Hex BA DA EB

RGB Percentages of Color #badaeb

%29.11
%34.12
%36.78

CMYK Percentages of Color #badaeb

%21
%7
%0
%8

Triadic Colors of #badaeb

#badaeb #ebbada #daebba

Analogous Colors of #badaeb

#badaeb #bac2eb #baebe4

Monochromatic Colors of #badaeb

#badaeb

Complementary Color

#badaeb #ebcbba

#badaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaeb Color CSS Codes

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

#badaeb Text Font Color

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

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


#badaeb Background Color

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

This div background color is #badaeb


#badaeb Border Color

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

This div border color is #badaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaeb


Comments

No comments written yet.

Please login to write comment.