Color Hex Logo

#1bbccc Color Hex

#1BBCCC
(27,188,204)
0 Favorites   0 Comments

Color spaces of #1bbccc

RGB 27188204
HSL0.520.770.45
HSV185°87°80°
CMYK 0.870.080.00   0.20
XYZ29.334340.559163.4093
Yxy40.55910.22010.3043
Hunter Lab63.6860-29.2320-14.4522
CIE-Lab69.8659-32.2161-18.9724

#1bbccc color RGB value is (27,188,204).

#1bbccc hex color red value is 27, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1bbccc hue: 0.52 , saturation: 0.77 and the lightness value of 1bbccc is 0.45.

The process color (four color CMYK) of #1bbccc color hex is 0.87, 0.08, 0.00, 0.20. Web safe color of #1bbccc is #33cccc. Color #1bbccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111100 11001100
Octal 33 274 314
Decimal 27 188 204
Hex 1B BC CC

RGB Percentages of Color #1bbccc

%6.44
%44.87
%48.69

CMYK Percentages of Color #1bbccc

%87
%8
%0
%20

Triadic Colors of #1bbccc

#1bbccc #cc1bbc #bccc1b

Analogous Colors of #1bbccc

#1bbccc #1b64cc #1bcc84

Monochromatic Colors of #1bbccc

#1bbccc

Complementary Color

#1bbccc #cc2b1b

#1bbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbccc Color CSS Codes

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

#1bbccc Text Font Color

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

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


#1bbccc Background Color

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

This div background color is #1bbccc


#1bbccc Border Color

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

This div border color is #1bbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbccc


Comments

No comments written yet.

Please login to write comment.