Color Hex Logo

#badceb Color Hex

#BADCEB
(186,220,235)
0 Favorites   0 Comments

Color spaces of #badceb

RGB 186220235
HSL0.550.550.83
HSV198°21°92°
CMYK 0.210.060.00   0.08
XYZ60.838367.623788.4434
Yxy67.62370.28050.3118
Hunter Lab82.2336-11.8505-6.2037
CIE-Lab85.8179-7.9641-11.0605

#badceb color RGB value is (186,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11101011
Octal 272 334 353
Decimal 186 220 235
Hex BA DC EB

RGB Percentages of Color #badceb

%29.02
%34.32
%36.66

CMYK Percentages of Color #badceb

%21
%6
%0
%8

Triadic Colors of #badceb

#badceb #ebbadc #dcebba

Analogous Colors of #badceb

#badceb #bac4eb #baebe2

Monochromatic Colors of #badceb

#badceb

Complementary Color

#badceb #ebc9ba

#badceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badceb Color CSS Codes

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

#badceb Text Font Color

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

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


#badceb Background Color

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

This div background color is #badceb


#badceb Border Color

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

This div border color is #badceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badceb


Comments

No comments written yet.

Please login to write comment.