Color Hex Logo

#1beafe Color Hex

#1BEAFE
(27,234,254)
0 Favorites   0 Comments

Color spaces of #1beafe

RGB 27234254
HSL0.510.990.55
HSV185°89°100°
CMYK 0.890.080.00   0.00
XYZ47.764266.2344104.0330
Yxy66.23440.21910.3038
Hunter Lab81.3845-37.6621-18.8206
CIE-Lab85.1158-38.3250-22.6476

#1beafe color RGB value is (27,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101010 11111110
Octal 33 352 376
Decimal 27 234 254
Hex 1B EA FE

RGB Percentages of Color #1beafe

%5.24
%45.44
%49.32

CMYK Percentages of Color #1beafe

%89
%8
%0
%0

Triadic Colors of #1beafe

#1beafe #fe1bea #eafe1b

Analogous Colors of #1beafe

#1beafe #1b79fe #1bfea1

Monochromatic Colors of #1beafe

#1beafe

Complementary Color

#1beafe #fe2f1b

#1beafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beafe Color CSS Codes

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

#1beafe Text Font Color

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

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


#1beafe Background Color

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

This div background color is #1beafe


#1beafe Border Color

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

This div border color is #1beafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beafe


Comments

No comments written yet.

Please login to write comment.