Color Hex Logo

#badde2 Color Hex

#BADDE2
(186,221,226)
0 Favorites   0 Comments

Color spaces of #badde2

RGB 186221226
HSL0.520.410.81
HSV188°18°89°
CMYK 0.180.020.00   0.11
XYZ59.833667.643081.8543
Yxy67.64300.28580.3231
Hunter Lab82.2454-14.0704-1.4363
CIE-Lab85.8276-10.3910-6.2895

#badde2 color RGB value is (186,221,226).

#badde2 hex color red value is 186, green value is 221 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #badde2 hue: 0.52 , saturation: 0.41 and the lightness value of badde2 is 0.81.

The process color (four color CMYK) of #badde2 color hex is 0.18, 0.02, 0.00, 0.11. Web safe color of #badde2 is #cccccc. Color #badde2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 11100010
Octal 272 335 342
Decimal 186 221 226
Hex BA DD E2

RGB Percentages of Color #badde2

%29.38
%34.91
%35.70

CMYK Percentages of Color #badde2

%18
%2
%0
%11

Triadic Colors of #badde2

#badde2 #e2badd #dde2ba

Analogous Colors of #badde2

#badde2 #bac9e2 #bae2d3

Monochromatic Colors of #badde2

#badde2

Complementary Color

#badde2 #e2bfba

#badde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badde2 Color CSS Codes

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

#badde2 Text Font Color

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

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


#badde2 Background Color

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

This div background color is #badde2


#badde2 Border Color

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

This div border color is #badde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badde2


Comments

No comments written yet.

Please login to write comment.