Color Hex Logo

#1bbceb Color Hex

#1BBCEB
(27,188,235)
0 Favorites   0 Comments

Color spaces of #1bbceb

RGB 27188235
HSL0.540.840.51
HSV194°89°92°
CMYK 0.890.200.00   0.08
XYZ33.430642.197684.9802
Yxy42.19760.20810.2627
Hunter Lab64.9597-21.8169-32.0914
CIE-Lab71.0069-22.0864-34.1285

#1bbceb color RGB value is (27,188,235).

#1bbceb hex color red value is 27, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1bbceb hue: 0.54 , saturation: 0.84 and the lightness value of 1bbceb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111100 11101011
Octal 33 274 353
Decimal 27 188 235
Hex 1B BC EB

RGB Percentages of Color #1bbceb

%6.00
%41.78
%52.22

CMYK Percentages of Color #1bbceb

%89
%20
%0
%8

Triadic Colors of #1bbceb

#1bbceb #eb1bbc #bceb1b

Analogous Colors of #1bbceb

#1bbceb #1b54eb #1bebb2

Monochromatic Colors of #1bbceb

#1bbceb

Complementary Color

#1bbceb #eb4a1b

#1bbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbceb Color CSS Codes

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

#1bbceb Text Font Color

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

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


#1bbceb Background Color

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

This div background color is #1bbceb


#1bbceb Border Color

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

This div border color is #1bbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbceb


Comments

No comments written yet.

Please login to write comment.