Color Hex Logo

#1baddb Color Hex

#1BADDB
(27,173,219)
0 Favorites   0 Comments

Color spaces of #1baddb

RGB 27173219
HSL0.540.780.48
HSV194°88°86°
CMYK 0.880.210.00   0.14
XYZ28.181735.234672.3335
Yxy35.23460.20760.2596
Hunter Lab59.3587-19.1315-30.6986
CIE-Lab65.9309-19.7397-33.2509

#1baddb color RGB value is (27,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101101 11011011
Octal 33 255 333
Decimal 27 173 219
Hex 1B AD DB

RGB Percentages of Color #1baddb

%6.44
%41.29
%52.27

CMYK Percentages of Color #1baddb

%88
%21
%0
%14

Triadic Colors of #1baddb

#1baddb #db1bad #addb1b

Analogous Colors of #1baddb

#1baddb #1b4ddb #1bdba9

Monochromatic Colors of #1baddb

#1baddb

Complementary Color

#1baddb #db491b

#1baddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baddb Color CSS Codes

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

#1baddb Text Font Color

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

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


#1baddb Background Color

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

This div background color is #1baddb


#1baddb Border Color

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

This div border color is #1baddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baddb


Comments

No comments written yet.

Please login to write comment.