Color Hex Logo

#01efef Color Hex

#01EFEF
(1,239,239)
0 Favorites   0 Comments

Color spaces of #01efef

RGB 1239239
HSL0.500.990.47
HSV180°100°94°
CMYK 1.000.000.00   0.06
XYZ46.459067.971592.3325
Yxy67.97150.22470.3287
Hunter Lab82.4448-43.6908-8.6893
CIE-Lab85.9922-45.7567-13.4561

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101111 11101111
Octal 1 357 357
Decimal 1 239 239
Hex 1 EF EF

RGB Percentages of Color #01efef

%0.21
%49.90
%49.90

CMYK Percentages of Color #01efef

%100
%0
%0
%6

Triadic Colors of #01efef

#01efef #ef01ef #efef01

Analogous Colors of #01efef

#01efef #0178ef #01ef78

Monochromatic Colors of #01efef

#01efef

Complementary Color

#01efef #ef0101

#01efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#01efef Color CSS Codes

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

#01efef Text Font Color

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

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


#01efef Background Color

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

This div background color is #01efef


#01efef Border Color

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

This div border color is #01efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01efef


Comments

No comments written yet.

Please login to write comment.