Color Hex Logo

#1bade1 Color Hex

#1BADE1
(27,173,225)
0 Favorites   0 Comments

Color spaces of #1bade1

RGB 27173225
HSL0.540.790.49
HSV196°88°88°
CMYK 0.880.230.00   0.12
XYZ28.986235.556476.5695
Yxy35.55640.20540.2520
Hunter Lab59.6292-17.5809-34.3935
CIE-Lab66.1796-17.6687-36.1644

#1bade1 color RGB value is (27,173,225).

#1bade1 hex color red value is 27, green value is 173 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #1bade1 hue: 0.54 , saturation: 0.79 and the lightness value of 1bade1 is 0.49.

The process color (four color CMYK) of #1bade1 color hex is 0.88, 0.23, 0.00, 0.12. Web safe color of #1bade1 is #3399cc. Color #1bade1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101101 11100001
Octal 33 255 341
Decimal 27 173 225
Hex 1B AD E1

RGB Percentages of Color #1bade1

%6.35
%40.71
%52.94

CMYK Percentages of Color #1bade1

%88
%23
%0
%12

Triadic Colors of #1bade1

#1bade1 #e11bad #ade11b

Analogous Colors of #1bade1

#1bade1 #1b4ae1 #1be1b2

Monochromatic Colors of #1bade1

#1bade1

Complementary Color

#1bade1 #e14f1b

#1bade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bade1 Color CSS Codes

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

#1bade1 Text Font Color

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

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


#1bade1 Background Color

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

This div background color is #1bade1


#1bade1 Border Color

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

This div border color is #1bade1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,173,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 #1bade1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bade1


Comments

No comments written yet.

Please login to write comment.