Color Hex Logo

#1beefb Color Hex

#1BEEFB
(27,238,251)
0 Favorites   0 Comments

Color spaces of #1beefb

RGB 27238251
HSL0.510.970.55
HSV183°89°98°
CMYK 0.890.050.00   0.02
XYZ48.439168.3471101.9061
Yxy68.34710.22150.3125
Hunter Lab82.6723-40.0904-15.2133
CIE-Lab86.1797-41.0471-19.4616

#1beefb color RGB value is (27,238,251).

#1beefb hex color red value is 27, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1beefb hue: 0.51 , saturation: 0.97 and the lightness value of 1beefb is 0.55.

The process color (four color CMYK) of #1beefb color hex is 0.89, 0.05, 0.00, 0.02. Web safe color of #1beefb is #33ffff. Color #1beefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101110 11111011
Octal 33 356 373
Decimal 27 238 251
Hex 1B EE FB

RGB Percentages of Color #1beefb

%5.23
%46.12
%48.64

CMYK Percentages of Color #1beefb

%89
%5
%0
%2

Triadic Colors of #1beefb

#1beefb #fb1bee #eefb1b

Analogous Colors of #1beefb

#1beefb #1b7efb #1bfb98

Monochromatic Colors of #1beefb

#1beefb

Complementary Color

#1beefb #fb281b

#1beefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beefb Color CSS Codes

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

#1beefb Text Font Color

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

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


#1beefb Background Color

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

This div background color is #1beefb


#1beefb Border Color

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

This div border color is #1beefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beefb

Related Colors


Comments

No comments written yet.

Please login to write comment.