Color Hex Logo

#1beffc Color Hex

#1BEFFC
(27,239,252)
0 Favorites   0 Comments

Color spaces of #1beffc

RGB 27239252
HSL0.510.970.55
HSV183°89°99°
CMYK 0.890.050.00   0.01
XYZ48.889268.9943102.8360
Yxy68.99430.22150.3126
Hunter Lab83.0628-40.2982-15.2601
CIE-Lab86.5012-41.1997-19.5006

#1beffc color RGB value is (27,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101111 11111100
Octal 33 357 374
Decimal 27 239 252
Hex 1B EF FC

RGB Percentages of Color #1beffc

%5.21
%46.14
%48.65

CMYK Percentages of Color #1beffc

%89
%5
%0
%1

Triadic Colors of #1beffc

#1beffc #fc1bef #effc1b

Analogous Colors of #1beffc

#1beffc #1b7ffc #1bfc99

Monochromatic Colors of #1beffc

#1beffc

Complementary Color

#1beffc #fc281b

#1beffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beffc Color CSS Codes

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

#1beffc Text Font Color

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

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


#1beffc Background Color

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

This div background color is #1beffc


#1beffc Border Color

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

This div border color is #1beffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beffc


Comments

No comments written yet.

Please login to write comment.