Color Hex Logo

#1badda Color Hex

#1BADDA
(27,173,218)
0 Favorites   0 Comments

Color spaces of #1badda

RGB 27173218
HSL0.540.780.48
HSV194°88°85°
CMYK 0.880.210.00   0.15
XYZ28.050535.182171.6421
Yxy35.18210.20800.2609
Hunter Lab59.3145-19.3857-30.0924
CIE-Lab65.8902-20.0824-32.7633

#1badda color RGB value is (27,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101101 11011010
Octal 33 255 332
Decimal 27 173 218
Hex 1B AD DA

RGB Percentages of Color #1badda

%6.46
%41.39
%52.15

CMYK Percentages of Color #1badda

%88
%21
%0
%15

Triadic Colors of #1badda

#1badda #da1bad #adda1b

Analogous Colors of #1badda

#1badda #1b4eda #1bdaa8

Monochromatic Colors of #1badda

#1badda

Complementary Color

#1badda #da481b

#1badda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1badda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1badda Color CSS Codes

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

#1badda Text Font Color

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

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


#1badda Background Color

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

This div background color is #1badda


#1badda Border Color

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

This div border color is #1badda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1badda


Comments

No comments written yet.

Please login to write comment.