Color Hex Logo

#baadef Color Hex

#BAADEF
(186,173,239)
0 Favorites   0 Comments

Color spaces of #baadef

RGB 186173239
HSL0.700.670.81
HSV252°28°94°
CMYK 0.220.280.00   0.06
XYZ50.773346.558287.9720
Yxy46.55820.27400.2513
Hunter Lab68.233613.4149-28.6778
CIE-Lab73.906318.1704-31.2657

#baadef color RGB value is (186,173,239).

#baadef hex color red value is 186, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #baadef hue: 0.70 , saturation: 0.67 and the lightness value of baadef is 0.81.

The process color (four color CMYK) of #baadef color hex is 0.22, 0.28, 0.00, 0.06. Web safe color of #baadef is #cc99ff. Color #baadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11101111
Octal 272 255 357
Decimal 186 173 239
Hex BA AD EF

RGB Percentages of Color #baadef

%31.10
%28.93
%39.97

CMYK Percentages of Color #baadef

%22
%28
%0
%6

Triadic Colors of #baadef

#baadef #efbaad #adefba

Analogous Colors of #baadef

#baadef #dbadef #adc1ef

Monochromatic Colors of #baadef

#baadef

Complementary Color

#baadef #e2efad

#baadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadef Color CSS Codes

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

#baadef Text Font Color

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

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


#baadef Background Color

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

This div background color is #baadef


#baadef Border Color

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

This div border color is #baadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadef


Comments

No comments written yet.

Please login to write comment.