Color Hex Logo

#badce1 Color Hex

#BADCE1
(186,220,225)
0 Favorites   0 Comments

Color spaces of #badce1

RGB 186220225
HSL0.520.390.81
HSV188°17°88°
CMYK 0.170.020.00   0.12
XYZ59.433567.061781.0459
Yxy67.06170.28640.3231
Hunter Lab81.8912-13.7612-1.3541
CIE-Lab85.5351-10.0874-6.1932

#badce1 color RGB value is (186,220,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11100001
Octal 272 334 341
Decimal 186 220 225
Hex BA DC E1

RGB Percentages of Color #badce1

%29.48
%34.87
%35.66

CMYK Percentages of Color #badce1

%17
%2
%0
%12

Triadic Colors of #badce1

#badce1 #e1badc #dce1ba

Analogous Colors of #badce1

#badce1 #bac9e1 #bae1d3

Monochromatic Colors of #badce1

#badce1

Complementary Color

#badce1 #e1bfba

#badce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badce1 Color CSS Codes

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

#badce1 Text Font Color

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

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


#badce1 Background Color

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

This div background color is #badce1


#badce1 Border Color

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

This div border color is #badce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badce1


Comments

No comments written yet.

Please login to write comment.