Color Hex Logo

#01edfe Color Hex

#01EDFE
(1,237,254)
0 Favorites   0 Comments

Color spaces of #01edfe

RGB 1237254
HSL0.510.990.50
HSV184°100°100°
CMYK 1.000.070.00   0.00
XYZ48.186167.7306104.2996
Yxy67.73060.21880.3076
Hunter Lab82.2986-39.5102-17.5311
CIE-Lab85.8716-40.4154-21.5127

#01edfe color RGB value is (1,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 11111110
Octal 1 355 376
Decimal 1 237 254
Hex 1 ED FE

RGB Percentages of Color #01edfe

%0.20
%48.17
%51.63

CMYK Percentages of Color #01edfe

%100
%7
%0
%0

Triadic Colors of #01edfe

#01edfe #fe01ed #edfe01

Analogous Colors of #01edfe

#01edfe #016ffe #01fe91

Monochromatic Colors of #01edfe

#01edfe

Complementary Color

#01edfe #fe1201

#01edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edfe Color CSS Codes

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

#01edfe Text Font Color

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

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


#01edfe Background Color

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

This div background color is #01edfe


#01edfe Border Color

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

This div border color is #01edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edfe


Comments

No comments written yet.

Please login to write comment.