Color Hex Logo

#1bbcdd Color Hex

#1BBCDD
(27,188,221)
0 Favorites   0 Comments

Color spaces of #1bbcdd

RGB 27188221
HSL0.530.780.49
HSV190°88°87°
CMYK 0.880.150.00   0.13
XYZ31.486441.419974.7419
Yxy41.41990.21330.2805
Hunter Lab64.3583-25.2984-23.8051
CIE-Lab70.4691-26.7472-27.3422

#1bbcdd color RGB value is (27,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111100 11011101
Octal 33 274 335
Decimal 27 188 221
Hex 1B BC DD

RGB Percentages of Color #1bbcdd

%6.19
%43.12
%50.69

CMYK Percentages of Color #1bbcdd

%88
%15
%0
%13

Triadic Colors of #1bbcdd

#1bbcdd #dd1bbc #bcdd1b

Analogous Colors of #1bbcdd

#1bbcdd #1b5bdd #1bdd9d

Monochromatic Colors of #1bbcdd

#1bbcdd

Complementary Color

#1bbcdd #dd3c1b

#1bbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbcdd Color CSS Codes

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

#1bbcdd Text Font Color

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

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


#1bbcdd Background Color

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

This div background color is #1bbcdd


#1bbcdd Border Color

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

This div border color is #1bbcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,188,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 #1bbcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbcdd


Comments

No comments written yet.

Please login to write comment.