Color Hex Logo

#badef4 Color Hex

#BADEF4
(186,222,244)
0 Favorites   0 Comments

Color spaces of #badef4

RGB 186222244
HSL0.560.730.84
HSV203°24°96°
CMYK 0.240.090.00   0.04
XYZ62.700169.213395.6428
Yxy69.21330.27550.3042
Hunter Lab83.1945-11.0627-9.9253
CIE-Lab86.6096-7.0248-14.6275

#badef4 color RGB value is (186,222,244).

#badef4 hex color red value is 186, green value is 222 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #badef4 hue: 0.56 , saturation: 0.73 and the lightness value of badef4 is 0.84.

The process color (four color CMYK) of #badef4 color hex is 0.24, 0.09, 0.00, 0.04. Web safe color of #badef4 is #ccccff. Color #badef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11110100
Octal 272 336 364
Decimal 186 222 244
Hex BA DE F4

RGB Percentages of Color #badef4

%28.53
%34.05
%37.42

CMYK Percentages of Color #badef4

%24
%9
%0
%4

Triadic Colors of #badef4

#badef4 #f4bade #def4ba

Analogous Colors of #badef4

#badef4 #bac1f4 #baf4ed

Monochromatic Colors of #badef4

#badef4

Complementary Color

#badef4 #f4d0ba

#badef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badef4 Color CSS Codes

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

#badef4 Text Font Color

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

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


#badef4 Background Color

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

This div background color is #badef4


#badef4 Border Color

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

This div border color is #badef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badef4

#badef4 Color Palettes


Comments

No comments written yet.

Please login to write comment.