Color Hex Logo

#1bbeea Color Hex

#1BBEEA
(27,190,234)
0 Favorites   0 Comments

Color spaces of #1bbeea

RGB 27190234
HSL0.540.830.51
HSV193°88°92°
CMYK 0.880.190.00   0.08
XYZ33.716743.000484.3648
Yxy43.00040.20930.2669
Hunter Lab65.5747-22.9759-30.3770
CIE-Lab71.5552-23.4458-32.7376

#1bbeea color RGB value is (27,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10111110 11101010
Octal 33 276 352
Decimal 27 190 234
Hex 1B BE EA

RGB Percentages of Color #1bbeea

%5.99
%42.13
%51.88

CMYK Percentages of Color #1bbeea

%88
%19
%0
%8

Triadic Colors of #1bbeea

#1bbeea #ea1bbe #beea1b

Analogous Colors of #1bbeea

#1bbeea #1b56ea #1beaaf

Monochromatic Colors of #1bbeea

#1bbeea

Complementary Color

#1bbeea #ea471b

#1bbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bbeea Color CSS Codes

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

#1bbeea Text Font Color

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

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


#1bbeea Background Color

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

This div background color is #1bbeea


#1bbeea Border Color

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

This div border color is #1bbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bbeea


Comments

No comments written yet.

Please login to write comment.