Color Hex Logo

#01effe Color Hex

#01EFFE
(1,239,254)
0 Favorites   0 Comments

Color spaces of #01effe

RGB 1239254
HSL0.510.990.50
HSV184°100°100°
CMYK 1.000.060.00   0.00
XYZ48.768468.8952104.4937
Yxy68.89520.21950.3101
Hunter Lab83.0031-40.3780-16.5387
CIE-Lab86.4521-41.3183-20.6340

#01effe color RGB value is (1,239,254).

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

The process color (four color CMYK) of #01effe color hex is 1.00, 0.06, 0.00, 0.00. Web safe color of #01effe is #00ffff. Color #01effe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101111 11111110
Octal 1 357 376
Decimal 1 239 254
Hex 1 EF FE

RGB Percentages of Color #01effe

%0.20
%48.38
%51.42

CMYK Percentages of Color #01effe

%100
%6
%0
%0

Triadic Colors of #01effe

#01effe #fe01ef #effe01

Analogous Colors of #01effe

#01effe #0171fe #01fe8f

Monochromatic Colors of #01effe

#01effe

Complementary Color

#01effe #fe1001

#01effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01effe Color CSS Codes

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

#01effe Text Font Color

<p style="color:#01effe">Text here</p>

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


#01effe Background Color

<div style="background-color:#01effe">
Div content here</div>

This div background color is #01effe


#01effe Border Color

<div style="border:3px solid #01effe">
Div here</div>

This div border color is #01effe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,239,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 #01effe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01effe


Comments

No comments written yet.

Please login to write comment.