Color Hex Logo

#1bbadc Color Hex

#1BBADC
(27,186,220)
0 Favorites   0 Comments

Color spaces of #1bbadc

RGB 27186220
HSL0.530.780.48
HSV191°88°86°
CMYK 0.880.150.00   0.14
XYZ30.929240.518173.9008
Yxy40.51810.21280.2788
Hunter Lab63.6538-24.6616-24.2768
CIE-Lab69.8370-26.0754-27.7678

#1bbadc color RGB value is (27,186,220).

#1bbadc hex color red value is 27, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1bbadc hue: 0.53 , saturation: 0.78 and the lightness value of 1bbadc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111010 11011100
Octal 33 272 334
Decimal 27 186 220
Hex 1B BA DC

RGB Percentages of Color #1bbadc

%6.24
%42.96
%50.81

CMYK Percentages of Color #1bbadc

%88
%15
%0
%14

Triadic Colors of #1bbadc

#1bbadc #dc1bba #badc1b

Analogous Colors of #1bbadc

#1bbadc #1b59dc #1bdc9e

Monochromatic Colors of #1bbadc

#1bbadc

Complementary Color

#1bbadc #dc3d1b

#1bbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbadc Color CSS Codes

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

#1bbadc Text Font Color

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

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


#1bbadc Background Color

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

This div background color is #1bbadc


#1bbadc Border Color

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

This div border color is #1bbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbadc


Comments

No comments written yet.

Please login to write comment.