Color Hex Logo

#badfeb Color Hex

#BADFEB
(186,223,235)
0 Favorites   0 Comments

Color spaces of #badfeb

RGB 186223235
HSL0.540.550.83
HSV195°21°92°
CMYK 0.210.050.00   0.08
XYZ61.632869.212688.7082
Yxy69.21260.28070.3152
Hunter Lab83.1941-13.3513-4.9839
CIE-Lab86.6092-9.5071-9.8823

#badfeb color RGB value is (186,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11101011
Octal 272 337 353
Decimal 186 223 235
Hex BA DF EB

RGB Percentages of Color #badfeb

%28.88
%34.63
%36.49

CMYK Percentages of Color #badfeb

%21
%5
%0
%8

Triadic Colors of #badfeb

#badfeb #ebbadf #dfebba

Analogous Colors of #badfeb

#badfeb #bac7eb #baebdf

Monochromatic Colors of #badfeb

#badfeb

Complementary Color

#badfeb #ebc6ba

#badfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfeb Color CSS Codes

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

#badfeb Text Font Color

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

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


#badfeb Background Color

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

This div background color is #badfeb


#badfeb Border Color

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

This div border color is #badfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfeb


Comments

No comments written yet.

Please login to write comment.