Color Hex Logo

#1bbeec Color Hex

#1BBEEC
(27,190,236)
0 Favorites   0 Comments

Color spaces of #1bbeec

RGB 27190236
HSL0.540.850.52
HSV193°89°93°
CMYK 0.890.190.00   0.07
XYZ34.005843.116185.8868
Yxy43.11610.20860.2645
Hunter Lab65.6629-22.4675-31.5871
CIE-Lab71.6337-22.7752-33.7004

#1bbeec color RGB value is (27,190,236).

#1bbeec hex color red value is 27, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1bbeec hue: 0.54 , saturation: 0.85 and the lightness value of 1bbeec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111110 11101100
Octal 33 276 354
Decimal 27 190 236
Hex 1B BE EC

RGB Percentages of Color #1bbeec

%5.96
%41.94
%52.10

CMYK Percentages of Color #1bbeec

%89
%19
%0
%7

Triadic Colors of #1bbeec

#1bbeec #ec1bbe #beec1b

Analogous Colors of #1bbeec

#1bbeec #1b56ec #1becb2

Monochromatic Colors of #1bbeec

#1bbeec

Complementary Color

#1bbeec #ec491b

#1bbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbeec Color CSS Codes

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

#1bbeec Text Font Color

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

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


#1bbeec Background Color

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

This div background color is #1bbeec


#1bbeec Border Color

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

This div border color is #1bbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbeec


Comments

No comments written yet.

Please login to write comment.