Color Hex Logo

#badfe1 Color Hex

#BADFE1
(186,223,225)
0 Favorites   0 Comments

Color spaces of #badfe1

RGB 186223225
HSL0.510.390.81
HSV183°17°88°
CMYK 0.170.010.00   0.12
XYZ60.228068.650781.3107
Yxy68.65070.28650.3266
Hunter Lab82.8557-15.2455-0.1854
CIE-Lab86.3308-11.6204-5.0185

#badfe1 color RGB value is (186,223,225).

#badfe1 hex color red value is 186, green value is 223 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #badfe1 hue: 0.51 , saturation: 0.39 and the lightness value of badfe1 is 0.81.

The process color (four color CMYK) of #badfe1 color hex is 0.17, 0.01, 0.00, 0.12. Web safe color of #badfe1 is #cccccc. Color #badfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11100001
Octal 272 337 341
Decimal 186 223 225
Hex BA DF E1

RGB Percentages of Color #badfe1

%29.34
%35.17
%35.49

CMYK Percentages of Color #badfe1

%17
%1
%0
%12

Triadic Colors of #badfe1

#badfe1 #e1badf #dfe1ba

Analogous Colors of #badfe1

#badfe1 #bacce1 #bae1d0

Monochromatic Colors of #badfe1

#badfe1

Complementary Color

#badfe1 #e1bcba

#badfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfe1 Color CSS Codes

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

#badfe1 Text Font Color

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

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


#badfe1 Background Color

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

This div background color is #badfe1


#badfe1 Border Color

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

This div border color is #badfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfe1


Comments

No comments written yet.

Please login to write comment.