Color Hex Logo

#1bbde5 Color Hex

#1BBDE5
(27,189,229)
0 Favorites   0 Comments

Color spaces of #1bbde5

RGB 27189229
HSL0.530.800.50
HSV192°88°90°
CMYK 0.880.170.00   0.10
XYZ32.792442.285380.5623
Yxy42.28530.21070.2717
Hunter Lab65.0271-23.7821-27.9355
CIE-Lab71.0672-24.6064-30.7767

#1bbde5 color RGB value is (27,189,229).

#1bbde5 hex color red value is 27, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #1bbde5 hue: 0.53 , saturation: 0.80 and the lightness value of 1bbde5 is 0.50.

The process color (four color CMYK) of #1bbde5 color hex is 0.88, 0.17, 0.00, 0.10. Web safe color of #1bbde5 is #33cccc. Color #1bbde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111101 11100101
Octal 33 275 345
Decimal 27 189 229
Hex 1B BD E5

RGB Percentages of Color #1bbde5

%6.07
%42.47
%51.46

CMYK Percentages of Color #1bbde5

%88
%17
%0
%10

Triadic Colors of #1bbde5

#1bbde5 #e51bbd #bde51b

Analogous Colors of #1bbde5

#1bbde5 #1b58e5 #1be5a8

Monochromatic Colors of #1bbde5

#1bbde5

Complementary Color

#1bbde5 #e5431b

#1bbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbde5 Color CSS Codes

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

#1bbde5 Text Font Color

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

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


#1bbde5 Background Color

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

This div background color is #1bbde5


#1bbde5 Border Color

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

This div border color is #1bbde5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,189,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbde5


Comments

No comments written yet.

Please login to write comment.