Color Hex Logo

#1bb3dd Color Hex

#1BB3DD
(27,179,221)
0 Favorites   0 Comments

Color spaces of #1bb3dd

RGB 27179221
HSL0.540.780.49
HSV193°88°87°
CMYK 0.880.190.00   0.13
XYZ29.623237.693774.1209
Yxy37.69370.20940.2665
Hunter Lab61.3952-21.3153-28.6027
CIE-Lab67.7943-22.1810-31.4640

#1bb3dd color RGB value is (27,179,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10110011 11011101
Octal 33 263 335
Decimal 27 179 221
Hex 1B B3 DD

RGB Percentages of Color #1bb3dd

%6.32
%41.92
%51.76

CMYK Percentages of Color #1bb3dd

%88
%19
%0
%13

Triadic Colors of #1bb3dd

#1bb3dd #dd1bb3 #b3dd1b

Analogous Colors of #1bb3dd

#1bb3dd #1b52dd #1bdda6

Monochromatic Colors of #1bb3dd

#1bb3dd

Complementary Color

#1bb3dd #dd451b

#1bb3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bb3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bb3dd Color CSS Codes

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

#1bb3dd Text Font Color

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

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


#1bb3dd Background Color

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

This div background color is #1bb3dd


#1bb3dd Border Color

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

This div border color is #1bb3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bb3dd


Comments

No comments written yet.

Please login to write comment.